natives.IS PLAYER SHOOTING IN AREA

From GTA Connected
Revision as of 12:00, 13 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_PLAYER_SHOOTING_IN_AREA

Signature: void natives.IS_PLAYER_SHOOTING_IN_AREA(int player, Vec3 position, float value, int flag)

Usage: checks whether player shooting in area

Parameters

int player Player handle to act upon.
Vec3 position World coordinates (x, y, z).
float value Numeric value.
int flag Flag/enable state (0 or 1).

Return

void

On failure: void