Native referenceRedM

_SET_ANIMAL_IS_WILD

0xAEB97D84CDF3C00B FLOCK
FUNCTION SIGNATURE
void _SET_ANIMAL_IS_WILD(`ped` (Ped), `toggle` (BOOL));
Property Value
Native Name _SET_ANIMAL_IS_WILD
Hash 0xAEB97D84CDF3C00B
Return Type void
Build 1207
Parameters ped (Ped), toggle (BOOL)

Parameters

  • ped (Ped)
  • toggle (BOOL)

Usage

Lua (Direct):

SetAnimalIsWild(ped, toggle)

Lua (Hash):

Citizen.InvokeNative(0xAEB97D84CDF3C00B, ped, toggle)

Back to FLOCK