Description: flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/PedFilterFlags
| Property | Value |
|---|---|
| Native Name | _ADD_AMBIENT_AVOIDANCE_RESTRICTION |
| Hash | 0xB56D41A694E42E86 |
| Return Type | void |
| Build | 1207 |
| Parameters | volume (Volume), includeFlags (int), excludeFlags (int), p3 (Hash), p4 (Hash), p5 (Hash), p6 (int) |
Parameters
volume(Volume)includeFlags(int)excludeFlags(int)p3(Hash)p4(Hash)p5(Hash)p6(int)
Usage
Lua (Direct):
AddAmbientAvoidanceRestriction(volume, includeFlags, excludeFlags, p3, p4, p5, p6)
Lua (Hash):
Citizen.InvokeNative(0xB56D41A694E42E86, volume, includeFlags, excludeFlags, p3, p4, p5, p6)