Native referenceRedM

_ITEMDATABASE_GET_HAS_SLOT_INFO

0x8A9BD0DB7E8376CF ITEMDATABASE
FUNCTION SIGNATURE
BOOL _ITEMDATABASE_GET_HAS_SLOT_INFO(`category` (Hash), `index` (int), `outSlotId` (Hash*));
Property Value
Native Name _ITEMDATABASE_GET_HAS_SLOT_INFO
Hash 0x8A9BD0DB7E8376CF
Return Type BOOL
Build 1207
Parameters category (Hash), index (int), outSlotId (Hash*)

Parameters

  • category (Hash)
  • index (int)
  • outSlotId (Hash*)

Usage

Lua (Direct):

local result = ItemdatabaseGetHasSlotInfo(category, index, outSlotId)

Lua (Hash):

local result = Citizen.InvokeNative(0x8A9BD0DB7E8376CF, category, index, outSlotId)

Back to ITEMDATABASE