Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
AnyContainer (deprecated)
Category:
Objects / Search
Since engine version:
4.6.5.0 CP
Description
Passed to
FindObject
/
FindObjectOwner
so only contained objects are found
Syntax
int
AnyContainer ();
Example
Punch
(
FindObject
(WIPF, 0, 0, 0, 0, 0, 0, 0, AnyContainer()), 5);
Hits a hiding wipf.
See also:
FindObject
,
FindObjectOwner
,
Find_AnyContainer
jwk, April 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script