Native referenceRedMclient

_0x5EA655F01D93667A

0x5EA655F01D93667A TASK
FUNCTION SIGNATURE
Any _0x5EA655F01D93667A(`p0` (Any));
Property Value
Native Name _0x5EA655F01D93667A
Hash 0x5EA655F01D93667A
Return Type Any
Build 1207
API Set client

Description: Returns true if the ped is in a ranged-attack task and is about to fire (ready/primed to shoot or throw). Covers firearms and projectiles (throwables/molotov/poison), not melee. Useful to block other actions just before the shot. Note: different from IS_PED_SHOOTING, which triggers only after the shot. May return true even in cases where IS_PED_WEAPON_READY_TO_SHOOT returns false.

Usage

Lua (Direct):

local result = _0x5EA655F01D93667A()

Lua (Hash):

local result = Citizen.InvokeNative(0x5EA655F01D93667A)
Back to TASK