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

26 lines
912 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>COMD_DownLeft</title>
<category>Objects</category>
<subcat>Movement</subcat>
<version>1.0 OC</version>
<syntax><rtype>int</rtype></syntax>
<desc>Movement direction: diagonally down and to the left. For more information see <funclink>SetComDir</funclink>.</desc>
<examples>
<example>
<code><funclink>FindObject</funclink>(<funclink>Find_ID</funclink>(Airship))-&gt;<funclink>SetComDir</funclink>(COMD_DownLeft);</code>
<text>Changes the flight direction of a blimp.</text>
</example>
</examples>
<related>
<funclink>GetComDir</funclink>
<funclink>SetComDir</funclink>
</related>
</const>
<author>Sven2</author><date>2002-04</date>
</funcs>