Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
InLiquid
Category:
Landscape
Since engine version:
4.6.5.0 CP
Description
Returns true, if the object is submerged in liquid.
Syntax
bool
InLiquid (
object
pObj);
Parameter
pObj:
Target object. Can be 0 in local calls.
See also:
GBackLiquid
,
OCF_InLiquid
PeterW, November 2001
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script