Native referenceRedMclient

GET_ANIMAL_TUNING_BOOL_PARAM

0x1C1993824A396603 FLOCK
FUNCTION SIGNATURE
BOOL GET_ANIMAL_TUNING_BOOL_PARAM(Ped animal, int index);
Property Value
Native Name GET_ANIMAL_TUNING_BOOL_PARAM
Hash 0x1C1993824A396603
Return Type BOOL
Build 1207
API Set client
Parameters animal (Ped), index (int)

Description: index: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eAnimalTuningBools https://github.com/femga/rdr3_discoveries/tree/master/AI/ANIMAL_TUNING_BOOL_PARAMS

Usage

Lua (Direct):

local result = GetAnimalTuningBoolParam(animal, index)

Lua (Hash):

local result = Citizen.InvokeNative(0x1C1993824A396603, animal, index)
Back to FLOCK