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

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




''' handle GetPlayer(int ''id'') '''
''' handle GetPlayer(int ''playerID'') '''


''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.''
''No Description Set''




Line 19: Line 19:
|-
|-
| int
| int
| a
| playerID
| No Description Set
| No Description Set
|}
|}

Revision as of 07:07, 27 August 2014

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

Function Description

handle GetPlayer(int playerID)

No Description Set


Parameters

Type Name Description
int playerID No Description Set

Returns

handle - No Description Set