Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
OCF_InSolid
Category:
Objects / OCF
Since engine version:
4.6.5.0 CP
Description
Object character flag: the object's center is stuck in solid matter.
Syntax
int
OCF_InSolid ();
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
,
GBackSolid
,
GetOCF
,
Object character flags
,
Stuck
Sven2, Mai 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script