Native referenceRedMclient

EVENTS_UI_PEEK_MESSAGE

0x90237103F27F7937 UIEVENTS
FUNCTION SIGNATURE
BOOL EVENTS_UI_PEEK_MESSAGE(Hash hash, Any* eventData);
Property Value
Native Name EVENTS_UI_PEEK_MESSAGE
Hash 0x90237103F27F7937
Return Type BOOL
Build 1207
API Set client
Parameters hash (Hash), eventData (Any*)

Description: eventData: see EVENTS_UI_GET_MESSAGE

Old name: _EVENT_MANAGER_PEEK_EVENT

Usage

Lua (Direct):

local result = EventsUiPeekMessage(hash, eventData)

Lua (Hash):

local result = Citizen.InvokeNative(0x90237103F27F7937, hash, eventData)
Back to UIEVENTS