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

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Added information about the parameters.)
Line 6: Line 6:




''' int GetNthPlayerIDOnTeam(int ''a'', int ''b'') '''
''' int GetNthPlayerIDOnTeam(int ''team'', int ''number'') '''


''No Description Set''
''No Description Set''
Line 20: Line 20:
| int
| int
| a
| a
| No Description Set
| Team
|-
|-
| int
| int
| b
| b
| No Description Set
| Number, starting with 1
|}
|}



Revision as of 15:08, 22 November 2014

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

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