| 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)