Native referenceRedM

_UILOG_SET_ENTRY_PINNED

0x72A5CD214B342568 UILOG
FUNCTION SIGNATURE
void _UILOG_SET_ENTRY_PINNED(`p0` (int), `p1` (Hash), `p2` (BOOL));
Property Value
Native Name _UILOG_SET_ENTRY_PINNED
Hash 0x72A5CD214B342568
Return Type void
Build 1207
Parameters p0 (int), p1 (Hash), p2 (BOOL)

Parameters

  • p0 (int)
  • p1 (Hash)
  • p2 (BOOL)

Usage

Lua (Direct):

UilogSetEntryPinned(p0, p1, p2)

Lua (Hash):

Citizen.InvokeNative(0x72A5CD214B342568, p0, p1, p2)

Back to UILOG