| Property | Value |
|---|---|
| Native Name | COMPENDIUM_GET_ENTRY_BY_STAT_ITEM |
| Hash | 0x66EC938394D76C85 |
| Return Type | int |
| Build | 1355 |
| Parameters | category (Hash), animalType (Hash) |
Parameters
category(Hash)animalType(Hash)
Usage
Lua (Direct):
local result = CompendiumGetEntryByStatItem(category, animalType)
Lua (Hash):
local result = Citizen.InvokeNative(0x66EC938394D76C85, category, animalType)