Native referenceRedMclient

_GET_ANIMAL_IS_WILD

0x3B005FF0538ED2A9 FLOCK
FUNCTION SIGNATURE
BOOL _GET_ANIMAL_IS_WILD(Ped ped);
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)
Back to FLOCK