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