OverrideReactionToVehicleSiren
DocsOverrideReactionToVehicleSiren(state, reaction)Description
Setting the state to true and a value between 0 and 2 will cause pedestrian vehicles to react accordingly to sirens.
enum Reactions {
Left = 0,
Right = 1,
Stop = 2
}Parameters
| Name | Type | Description |
|---|---|---|
state | BOOL | Toggle on or off |
reaction | int | Decide how they should react |
Vehicle Models

adder
alpha
blade
ardent
asea
cogcabrio
baller
blistaReturns
voidThis native does not return a value.