Native referenceRedM

SET_ANIMAL_TUNING_BOOL_PARAM

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

Parameters

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

Usage

Lua (Direct):

SetAnimalTuningBoolParam(animal, index, value)

Lua (Hash):

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

Back to FLOCK