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

From Valve Developer Community
Jump to navigation Jump to search
(Added information about the parameters.)
m (Minor clarification.)
Line 6: Line 6:




''' int GetNthPlayerIDOnTeam(int ''team'', int ''number'') '''
''' int GetNthPlayerIDOnTeam(int ''team'', int ''N'') '''


''No Description Set''
''No Description Set''
Line 24: Line 24:
| int
| int
| b
| b
| Number, starting with 1
| N, starting with 1
|}
|}



Revision as of 15:09, 22 November 2014

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

Function Description

int GetNthPlayerIDOnTeam(int team, int N)

No Description Set


Parameters

Type Name Description
int a Team
int b N, starting with 1

Returns

int - No Description Set