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

29 lines
833 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>GetPlayerScoreGain</title>
<category>Player</category>
<version>5.1 OC</version>
<syntax>
<rtype>int</rtype>
<params>
<param>
<type>int</type>
<name>player</name>
<desc>Player whose score gain you want to determine.</desc>
</param>
</params>
</syntax>
<desc>Returns the gain of player score since the beginning of the round.</desc>
<related>
<funclink>DoPlayerScore</funclink>
<funclink>GetPlayerScore</funclink>
</related>
</func>
<author>Cucaracha</author><date>2002-05</date>
<author>Sven2</author><date>2010-04</date>
</funcs>