natives.IS POINT OBSCURED BY A MISSION ENTITY

Revision as of 09:25, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

natives.IS_POINT_OBSCURED_BY_A_MISSION_ENTITY

Signature: void natives.IS_POINT_OBSCURED_BY_A_MISSION_ENTITY(Vec3 from, Vec3 to)

Usage: checks whether the line of sight between two points is blocked by a mission entity

Parameters

Vec3 from Starting position.
Vec3 to Ending position.

Return

void

On failure: void