Native referenceRedM

_EVENT_GET_RECENT_EVENT

0x796EECFF0C6D39BE EVENT
FUNCTION SIGNATURE
Hash _EVENT_GET_RECENT_EVENT(`entity` (Entity), `p1` (int), `p2` (int));

Description: Returns eventType

Property Value
Native Name _EVENT_GET_RECENT_EVENT
Hash 0x796EECFF0C6D39BE
Return Type Hash
Build 1207
Parameters entity (Entity), p1 (int), p2 (int)

Parameters

  • entity (Entity)
  • p1 (int)
  • p2 (int)

Usage

Lua (Direct):

local result = EventGetRecentEvent(entity, p1, p2)

Lua (Hash):

local result = Citizen.InvokeNative(0x796EECFF0C6D39BE, entity, p1, p2)

Back to EVENT