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