Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetPlayer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
No edit summary
Line 6: Line 6:




''' handle GetPlayer(int ''a'') '''
''' handle GetPlayer(int ''id'') '''


''No Description Set''
''id is the index of the player in a zero-based array. Many events that contain the index of the player use a one-based array. This will cause bugs unless accounted for appropriately.''





Revision as of 23:03, 10 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

handle GetPlayer(int id)

id is the index of the player in a zero-based array. Many events that contain the index of the player use a one-based array. This will cause bugs unless accounted for appropriately.


Parameters

Type Name Description
int a No Description Set

Returns

handle - No Description Set