COMD_DownRight
Category:
Objects / Movement
Since engine version:
5.1 OC
Description
Movement direction: diagonally down and to the right. For more information see
SetComDir
.
Syntax
int
COMD_DownRight
Example
FindObject
(
Find_ID
(Airship))->
SetComDir
(COMD_DownRight);
Changes the flight direction of a blimp.
See also:
GetComDir
,
SetComDir
Sven2, 2002-04