| Property | Value |
|---|---|
| Native Name | _INVENTORY_ADD_CATALOG_ITEM_INSPECTION_STATS_ENTRY |
| Hash | 0x9D21B185ABC2DBC5 |
| Return Type | int |
| Build | 1207 |
| Parameters | entryId (int), name (const char*), unk1 (int), playerid (Player) |
Description: Returns stats entry id of CatalogItemInspection container
Usage
Lua (Direct):
local result = InventoryAddCatalogItemInspectionStatsEntry(entryId, name, unk1, playerid)
Lua (Hash):
local result = Citizen.InvokeNative(0x9D21B185ABC2DBC5, entryId, name, unk1, playerid)