1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<?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>GetPlayerTeam</title>
<category>Player</category>
<version>5.1 OC</version>
<syntax>
<rtype>int</rtype>
<params>
<param>
<type>int</type>
<name>player</name>
<desc>Number of the player whose team you want to determine.</desc>
</param>
</params>
</syntax>
<desc>Returns the team number of a player. If the player is not in a team, 0 is returned.</desc>
<related>
<emlink href="scenario/Teams.html">Teams</emlink>
<funclink>SetPlayerTeam</funclink>
</related>
</func>
<author>Sven2</author><date>2006-03</date>
<author>Clonkonaut</author><date>2008-04</date>
</funcs>
|