Dota 2 Workshop Tools/Scripting/API/CDOTA PlayerResource.GetTeamPlayerCount: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Note | This page is automatically generated. Any changes may be overwritten}} | {{Note|This page is automatically generated. Any changes may be overwritten}}[[Category:Dota2Function]][[Category:CDOTA_PlayerResource]] | ||
[[Category:Dota2Function]] | |||
[[Category:CDOTA_PlayerResource]] | |||
== Function Description == | == Function Description == | ||
''' int GetTeamPlayerCount() ''' | ''' int GetTeamPlayerCount() ''' | ||
''Players on a valid team (radiant, dire, or custom*) who haven't abandoned the game'' | ''Players on a valid team (radiant, dire, or custom*) who haven't abandoned the game'' | ||
;Example | ;Example | ||
Line 18: | Line 12: | ||
== Returns == | == Returns == | ||
''int'' - No Description Set | ''int'' - No Description Set |
Revision as of 18:32, 23 July 2023

Function Description
int GetTeamPlayerCount()
Players on a valid team (radiant, dire, or custom*) who haven't abandoned the game
- Example
function CDOTA_PlayerResource:GetTeamPlayerCount( ) end
Returns
int - No Description Set