NoContainer (deprecated)

Category: Objects / Search
Since engine version: 4.6.5.0 CP

Description

Constant for FindObject: search uncontained objects.

Syntax

int NoContainer ();

Example

var obj; while (obj=FindObject(0, 0,0,0,0, OCF_Inflammable(), 0,0, NoContainer(), obj)) Incinerate(obj);
Incinerates all combustible objects which are not contained.
See also: FindObject, Find_NoContainer, OCF_NotContained, ObjectCount
Sven2, August 2002