Dota 2 Workshop Tools/Scripting/API/Global.GetTeamName: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 8: Line 8:
''' string GetTeamName(int ''teamNumber'') '''
''' string GetTeamName(int ''teamNumber'') '''


''Returns the team name ''
''Returns the team name
 
Team names are taken from the localization files
 
For example:
 
<source lang="lua">
"DOTA_Custom1"            "Blue Team"
"DOTA_GoodGuys"          "Red Team"
</code>''





Revision as of 17:08, 15 September 2014

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

Function Description

string GetTeamName(int teamNumber)

Returns the team name

Team names are taken from the localization files

For example:

"DOTA_Custom1"            "Blue Team" 
"DOTA_GoodGuys"           "Red Team" 
</code>''



;Example
<source lang="lua">
GetTeamName(2)

Parameters

Type Name Description
int teamNumber

Returns

string - Team Name