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

From Valve Developer Community
Jump to navigation Jump to search
(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

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

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