| Property | Value |
|---|---|
| Native Name | _GET_ANIMAL_IS_WILD |
| Hash | 0x3B005FF0538ED2A9 |
| Return Type | BOOL |
| Build | 1207 |
| API Set | client |
| Parameters | ped (Ped) |
Description: Ped (horse) will run away from players and mounting will trigger them to buck until disabled. Used for: REL_DOMESTICATED_ANIMAL
Usage
Lua (Direct):
local result = GetAnimalIsWild(ped)
Lua (Hash):
local result = Citizen.InvokeNative(0x3B005FF0538ED2A9, ped)