Native referenceRedM

_CREATE_SWATCH_TEXTURE_DICT

0x3D084D5568FB4028 GRAPHICS
FUNCTION SIGNATURE
BOOL _CREATE_SWATCH_TEXTURE_DICT(`slots` (int));
Property Value
Native Name _CREATE_SWATCH_TEXTURE_DICT
Hash 0x3D084D5568FB4028
Return Type BOOL
Build 1207
Parameters slots (int)

Parameters

  • slots (int)

Usage

Lua (Direct):

local result = CreateSwatchTextureDict(slots)

Lua (Hash):

local result = Citizen.InvokeNative(0x3D084D5568FB4028, slots)

Back to GRAPHICS