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