Native referenceRedM

_UILOG_POST_NOTIFICATION

0x49E58FE6EF40B987 UILOG
FUNCTION SIGNATURE
int _UILOG_POST_NOTIFICATION(`data` (Any*));
Property Value
Native Name _UILOG_POST_NOTIFICATION
Hash 0x49E58FE6EF40B987
Return Type int
Build 1207
Parameters data (Any*)

Parameters

  • data (Any*)

Usage

Lua (Direct):

local result = UilogPostNotification(data)

Lua (Hash):

local result = Citizen.InvokeNative(0x49E58FE6EF40B987, data)

Back to UILOG