natives.IS OBJECT IN AREA 3D
Jump to navigation
Jump to search
natives.IS_OBJECT_IN_AREA_3D
Signature: void natives.IS_OBJECT_IN_AREA_3D(int object, Vec3 min, Vec3 max, int mode)
Usage: checks whether an object is within a 3D bounding box
Parameters
- int object Object handle to act upon.
- Vec3 min Minimum corner of the area.
- Vec3 max Maximum corner of the area.
- int mode Operating mode selector.
Return
void
On failure: void