Table of Contents

containerFindFirst

(bitset type, Point3F point, float x, float y, float z)Find objects matching the bitmask type within a box centered at point, with extents x, y, z.

Returns the first object found; thereafter, you can get more results using containerFindNext().

Syntax

string containerFindFirst(bitset %type, Point3F %point, float %x, float %y, float %z);

Parameters

bitset %type
No description available.

Point3F %point
No description available.

float %x
No description available.

float %y
No description available.

float %z
No description available.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

containerFindNext

References

This function is not called by any other functions.