Native referenceRedM

_UILOG_SET_ENTRY_BRIEF_TEXTURE

0x69684D9936958D8F UILOG
FUNCTION SIGNATURE
void _UILOG_SET_ENTRY_BRIEF_TEXTURE(`p0` (int), `p1` (Hash), `texture` (Hash), `textureDictionary` (Hash));
Property Value
Native Name _UILOG_SET_ENTRY_BRIEF_TEXTURE
Hash 0x69684D9936958D8F
Return Type void
Build 1207
Parameters p0 (int), p1 (Hash), texture (Hash), textureDictionary (Hash)

Parameters

  • p0 (int)
  • p1 (Hash)
  • texture (Hash)
  • textureDictionary (Hash)

Usage

Lua (Direct):

UilogSetEntryBriefTexture(p0, p1, texture, textureDictionary)

Lua (Hash):

Citizen.InvokeNative(0x69684D9936958D8F, p0, p1, texture, textureDictionary)

Back to UILOG