openclonk/docs/sdk/script/fn/GetTeamColor.xml

31 lines
869 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE funcs
SYSTEM '../../../clonk.dtd'>
<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
<funcs>
<func>
<title>GetTeamColor</title>
<category>Teams</category>
<version>5.1 OC</version>
<syntax>
<rtype>int</rtype>
<params>
<param>
<type>int</type>
<name>team</name>
<desc>Number of the team whose color to get.</desc>
</param>
</params>
</syntax>
<desc>Returns the color of a team.</desc>
<related>
<emlink href="scenario/Teams.html">Teams</emlink>
<funclink>GetTeamName</funclink>
<funclink>GetTeamCount</funclink>
<funclink>GetPlayerTeam</funclink>
<funclink>GetTeamByIndex</funclink>
</related>
</func>
<author>Clonkonaut</author><date>2008-04</date>
</funcs>