Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetTeamName
Category:
Teams
Since engine version:
4.9.6.0 CR
Description
Returns the name of a team.
Syntax
string
GetTeamName (
int
iTeam);
Parameter
iTeam:
Number of the team whose name to get
See also:
GetPlayerTeam
,
GetTeamByIndex
,
GetTeamColor
,
GetTeamCount
,
Teams
Clonkonaut, April 2008
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script