COMD_UpLeft

Category: Objects / Movement
Since engine version: 4.6.5.0 CP

Description

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

Syntax

int COMD_UpLeft ();

Remark

This value is also defined as a constant. Thus the parameter brackets can be omitted.

Example

SetComDir(COMD_Up(), FindObject(BLMP));
Changes the fligt direction of a blimp.
See also: GetComDir, SetComDir
Sven2, April 2002