Native referenceRedM

SET_ANIMAL_TUNING_FLOAT_PARAM

0xCBDA22C87977244F FLOCK
FUNCTION SIGNATURE
void SET_ANIMAL_TUNING_FLOAT_PARAM(`animal` (Ped), `index` (int), `value` (float));
Property Value
Native Name SET_ANIMAL_TUNING_FLOAT_PARAM
Hash 0xCBDA22C87977244F
Return Type void
Build 1207
Parameters animal (Ped), index (int), value (float)

Parameters

  • animal (Ped)
  • index (int)
  • value (float)

Usage

Lua (Direct):

SetAnimalTuningFloatParam(animal, index, value)

Lua (Hash):

Citizen.InvokeNative(0xCBDA22C87977244F, animal, index, value)

Back to FLOCK