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

29 lines
740 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>SetPhase</title>
<category>Objects</category>
<subcat>Activity</subcat>
<version>5.1 OC</version>
<syntax>
<rtype>bool</rtype>
<params>
<param>
<type>int</type>
<name>phase</name>
<desc>New animation phase.</desc>
</param>
</params>
</syntax>
<desc>Sets the animation phase of the object.</desc>
<related>
<funclink>SetAction</funclink>
<funclink>GetPhase</funclink>
</related>
</func>
<author>jwk</author><date>2002-08</date>
</funcs>