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

17 lines
660 B
XML
Raw Normal View History

<?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>4.9.1.0 GWE</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 nil.</desc>
<related><funclink>GetAction</funclink></related>
</func>
<author>Sven2</author><date>2001-11</date>
</funcs>