Native referenceRedM

_GET_LOOTING_EVENT_HAS_FIRED

0xF9B91C5129EABC08 MISC
FUNCTION SIGNATURE
BOOL _GET_LOOTING_EVENT_HAS_FIRED(`ped` (Ped), `eventName` (char*));

Description: Event names in the scripts: MGBegin, MGEnd, ReadyForCut

Property Value
Native Name _GET_LOOTING_EVENT_HAS_FIRED
Hash 0xF9B91C5129EABC08
Return Type BOOL
Build 1207
Parameters ped (Ped), eventName (char*)

Parameters

  • ped (Ped)
  • eventName (char*)

Usage

Lua (Direct):

local result = GetLootingEventHasFired(ped, eventName)

Lua (Hash):

local result = Citizen.InvokeNative(0xF9B91C5129EABC08, ped, eventName)

Back to MISC