Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
COMD_Down
Category:
Objects / Movement
Since engine version:
4.6.5.0 CP
Description
Movement direction: up. For more information see
SetComDir
.
Syntax
int
COMD_Down ();
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
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script