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

21 lines
760 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>
<const>
<title>C4D_StaticBack</title>
<category>Objects</category>
<subcat>Category</subcat>
<version>1.0 OC</version>
<syntax><rtype>int </rtype></syntax>
<desc>Objects with this category do not move. This is useful for all kinds of stuff, like making sure rule objects don't fall out of the landscape.</desc>
<related>
<funclink>GetCategory</funclink>
<funclink>SetCategory</funclink>
<emlink href="definition/procedures.html#FLOAT">Procedure FLOAT</emlink>
</related>
</const>
<author>Günther</author><date>2011</date>
</funcs>