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

17 lines
593 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>GetBreath</title>
<category>Objects</category>
<subcat>Living Beings</subcat>
<version>5.1 OC</version>
<syntax><rtype>int</rtype></syntax>
<desc>Returns the current breath value of an object, this is the number of frames an object can still hold its breath.</desc>
<related><funclink>DoBreath</funclink></related>
</func>
<author>jwk</author><date>2002-06</date>
</funcs>