Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetPlayerCountForTeam: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 8: | Line 8: | ||
''' int GetPlayerCountForTeam(int ''iTeam'') ''' | ''' int GetPlayerCountForTeam(int ''iTeam'') ''' | ||
'''' | ''returns the number of players on the given team'' | ||
Revision as of 14:51, 18 June 2015

Function Description
int GetPlayerCountForTeam(int iTeam)
returns the number of players on the given team
- Example
function CDOTA_PlayerResource:GetPlayerCountForTeam( iTeam ) end
Parameters
Type | Name | Description |
---|---|---|
int | iTeam | No Description Set |
Returns
int - No Description Set