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

17 lines
668 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>GetProcedure</title>
<category>Objects</category>
<subcat>Activity</subcat>
<version>5.1 OC</version>
<syntax><rtype>string</rtype></syntax>
<desc>Returns the procedure of the current activity of an object (e.g. FLOAT, ATTACH, WALK). If the procedure is NONE or the object has no activity set the return value is <code>nil</code>.</desc>
<related><funclink>GetAction</funclink></related>
</func>
<author>Sven2</author><date>2001-11</date>
</funcs>