Native referenceRedM

_UILOG_ADD_TOTAL_TAKE_ENTRY

0x60C59968E8E87E6B UILOG
FUNCTION SIGNATURE
void _UILOG_ADD_TOTAL_TAKE_ENTRY(`p0` (Hash), `p1` (Hash), `p2` (const char*), `p3` (const char*), `p4` (Hash));
Property Value
Native Name _UILOG_ADD_TOTAL_TAKE_ENTRY
Hash 0x60C59968E8E87E6B
Return Type void
Build 1207
Parameters p0 (Hash), p1 (Hash), p2 (const char*), p3 (const char*), p4 (Hash)

Parameters

  • p0 (Hash)
  • p1 (Hash)
  • p2 (const char*)
  • p3 (const char*)
  • p4 (Hash)

Usage

Lua (Direct):

UilogAddTotalTakeEntry(p0, p1, p2, p3, p4)

Lua (Hash):

Citizen.InvokeNative(0x60C59968E8E87E6B, p0, p1, p2, p3, p4)

Back to UILOG