COMD_UpRight

Category: Objects / Movement
Since engine version: 1.0 OC

Description

Movement direction: diagonally up and to the right. For more information see SetComDir.

Syntax

int COMD_UpRight

Example

FindObject(Find_ID(Airship))->SetComDir(COMD_UpRight);
Changes the flight direction of an airship.
See also: GetComDir, SetComDir
Sven2, 2002-04