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

29 lines
743 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>SetAlive</title>
<category>Objects</category>
<subcat>Living Beings</subcat>
<version>5.1 OC</version>
<syntax>
<rtype>int</rtype>
<params>
<param>
<type>bool</type>
<name>alive</name>
<desc>false = dead; alive otherwise.</desc>
</param>
</params>
</syntax>
<desc>Sets whether an object is alive.</desc>
<related>
<funclink>Kill</funclink>
<funclink>GetAlive</funclink>
</related>
</func>
<author>jwk</author><date>2002-08</date>
</funcs>