Native referenceRedM

_IS_ENTITY_CONSUMED_BY_FIRE

0xCDC25355C0D65963 FIRE
FUNCTION SIGNATURE
BOOL _IS_ENTITY_CONSUMED_BY_FIRE(`entity` (Entity));
Property Value
Native Name _IS_ENTITY_CONSUMED_BY_FIRE
Hash 0xCDC25355C0D65963
Return Type BOOL
Build 1207
Parameters entity (Entity)

Parameters

  • entity (Entity)

Usage

Lua (Direct):

local result = IsEntityConsumedByFire(entity)

Lua (Hash):

local result = Citizen.InvokeNative(0xCDC25355C0D65963, entity)

Back to FIRE