Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
OCF_HitSpeed2
Category:
Objects / OCF
Since engine version:
4.9.1.0 GWE
Description
Object character flag: object is moving at at least 2 pixels per frame.
Syntax
int
OCF_HitSpeed2 ();
Remarks
This value is also defined as a constant. Thus the parameter brackets can be omitted.
For more information and examples regarding these constants see
object character flags
.
See also:
FindObject
,
GetOCF
,
OCF_HitSpeed1
,
OCF_HitSpeed3
,
OCF_HitSpeed4
,
Object character flags
Sven2, Mai 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script