Native referenceRedM

RESET_ANIMAL_TUNING_BOOL_PARAM

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

Parameters

  • animal (Ped)
  • index (int)

Usage

Lua (Direct):

ResetAnimalTuningBoolParam(animal, index)

Lua (Hash):

Citizen.InvokeNative(0x96AA1304D30E6BC3, animal, index)

Back to FLOCK