Category: Objects
/ Movement
Since engine version: 1.0 OC
COMD_DownLeft
Description
Movement direction: diagonally down and to the left. For more information see SetComDir.
Syntax
int COMD_DownLeft
Example
FindObject(Find_ID(Airship))->SetComDir(COMD_DownLeft);
Changes the flight direction of a blimp.