natives.IS OBJECT IN AREA 3D

From GTA Connected
Revision as of 09:24, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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