Native referenceRedM

_UILOG_UPDATE_ENTRY_SUBHEADER

0x80D6524190258C3E UILOG
FUNCTION SIGNATURE
void _UILOG_UPDATE_ENTRY_SUBHEADER(`p0` (int), `p1` (Hash), `p2` (char*));
Property Value
Native Name _UILOG_UPDATE_ENTRY_SUBHEADER
Hash 0x80D6524190258C3E
Return Type void
Build 1207
Parameters p0 (int), p1 (Hash), p2 (char*)

Parameters

  • p0 (int)
  • p1 (Hash)
  • p2 (char*)

Usage

Lua (Direct):

UilogUpdateEntrySubheader(p0, p1, p2)

Lua (Hash):

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

End of UILOG natives

Back to UILOG