Native referenceRedM

_UILOG_SET_ENTRY_ICON_TEXTURE

0x6965469934958D8F UILOG
FUNCTION SIGNATURE
void _UILOG_SET_ENTRY_ICON_TEXTURE(`p0` (int), `p1` (Hash), `icon` (Hash), `iconDictionary` (Hash));
Property Value
Native Name _UILOG_SET_ENTRY_ICON_TEXTURE
Hash 0x6965469934958D8F
Return Type void
Build 1207
Parameters p0 (int), p1 (Hash), icon (Hash), iconDictionary (Hash)

Parameters

  • p0 (int)
  • p1 (Hash)
  • icon (Hash)
  • iconDictionary (Hash)

Usage

Lua (Direct):

UilogSetEntryIconTexture(p0, p1, icon, iconDictionary)

Lua (Hash):

Citizen.InvokeNative(0x6965469934958D8F, p0, p1, icon, iconDictionary)

Back to UILOG