Category: Objects
/ Movement
Since engine version: 1.0 OC
COMD_DownRight
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.