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

28 lines
700 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>GetWealth</title>
<category>Player</category>
<version>5.1 OC</version>
<syntax>
<rtype>int</rtype>
<params>
<param>
<type>int</type>
<name>owner</name>
<desc>Player number</desc>
</param>
</params>
</syntax>
<desc>Returns the wealth of a player.</desc>
<related>
<funclink>SetWealth</funclink>
<funclink>DoWealth</funclink>
</related>
</func>
<author>Cucaracha</author><date>2002-05</date>
</funcs>