Native referenceRedM

RESET_ANIMAL_TUNING_FLOAT_PARAM

0xE776A195488FC520 FLOCK
FUNCTION SIGNATURE
void RESET_ANIMAL_TUNING_FLOAT_PARAM(`animal` (Ped), `index` (int));
Property Value
Native Name RESET_ANIMAL_TUNING_FLOAT_PARAM
Hash 0xE776A195488FC520
Return Type void
Build 1355
Parameters animal (Ped), index (int)

Parameters

  • animal (Ped)
  • index (int)

Usage

Lua (Direct):

ResetAnimalTuningFloatParam(animal, index)

Lua (Hash):

Citizen.InvokeNative(0xE776A195488FC520, animal, index)

Back to FLOCK