| Property | Value |
|---|---|
| Native Name | _GET_ANIMAL_RARITY |
| Hash | 0xF8B48A361DC388AE |
| Return Type | int |
| Build | 1207 |
| Parameters | ped (Ped) |
Description: enum eAnimalRarityLevel { ARL_COMMON, ARL_RARE, ARL_LEGENDARY, ARL_NUMRARITYLEVELS };
Usage
Lua (Direct):
local result = GetAnimalRarity(ped)
Lua (Hash):
local result = Citizen.InvokeNative(0xF8B48A361DC388AE, ped)