Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetNthPlayerIDOnTeam: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
(Added information about the parameters.) |
||
Line 6: | Line 6: | ||
''' int GetNthPlayerIDOnTeam(int '' | ''' int GetNthPlayerIDOnTeam(int ''team'', int ''number'') ''' | ||
''No Description Set'' | ''No Description Set'' | ||
Line 20: | Line 20: | ||
| int | | int | ||
| a | | a | ||
| | | Team | ||
|- | |- | ||
| int | | int | ||
| b | | b | ||
| | | Number, starting with 1 | ||
|} | |} | ||
Revision as of 15:08, 22 November 2014

Function Description
int GetNthPlayerIDOnTeam(int team, int number)
No Description Set
Parameters
Type | Name | Description |
---|---|---|
int | a | Team |
int | b | Number, starting with 1 |
Returns
int - No Description Set