Native referenceRedMclient

GET_ANIMAL_TUNING_FLOAT_PARAM

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

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

Usage

Lua (Direct):

local result = GetAnimalTuningFloatParam(animal, index)

Lua (Hash):

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