Native referenceRedM

_UILOG_SET_DISPLAY_COMPLETION_RATING

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

Parameters

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

Usage

Lua (Direct):

UilogSetDisplayCompletionRating(logEntryType, p1, p2)

Lua (Hash):

Citizen.InvokeNative(0xA31013798FADCADC, logEntryType, p1, p2)

Back to UILOG