(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().
string containerFindFirst(bitset %type, Point3F %point, float %x, float %y, float %z);
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.
string
No description available.
Engine
This function is not called by any other functions.