1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!DOCTYPE funcs
3  SYSTEM '../../../clonk.dtd'>
4<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
5<funcs>
6  <const>
7    <title>COMD_Right</title>
8    <category>Objects</category>
9    <subcat>Movement</subcat>
10    <version>5.1 OC</version>
11    <syntax><rtype>int</rtype></syntax>
12    <desc>Movement direction: right. For more information see <funclink>SetComDir</funclink>.</desc>
13    <examples>
14      <example>
15        <code><funclink>FindObject</funclink>(<funclink>Find_ID</funclink>(Airship))-&gt;<funclink>SetComDir</funclink>(COMD_Right);</code>
16        <text>Changes the flight direction of a blimp.</text>
17      </example>
18    </examples>
19    <related>
20      <funclink>GetComDir</funclink>
21      <funclink>SetComDir</funclink>
22    </related>
23  </const>
24  <author>Sven2</author><date>2002-04</date>
25</funcs>
26