BOOL _ITEMDATABASE_GET_FITS_SLOT_INFO(`category` (Hash), `index` (int), `outSlotId` (Hash*));
| Property |
Value |
| Native Name |
_ITEMDATABASE_GET_FITS_SLOT_INFO |
| Hash |
0x77210C146CED5261 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
category (Hash), index (int), outSlotId (Hash*) |
Parameters
category (Hash)
index (int)
outSlotId (Hash*)
Usage
Lua (Direct):
local result = ItemdatabaseGetFitsSlotInfo(category, index, outSlotId)
Lua (Hash):
local result = Citizen.InvokeNative(0x77210C146CED5261, category, index, outSlotId)
Back to ITEMDATABASE