Summary
The reverse warn controller will play a sound, usually a repeating beeping sound, when the vehicle is in reverse gear.
This is mostly used on heavy vehicles like trucks, buses and heavy machinery.
File Info
Filename | reverseWarn.lua |
Path | /lua/vehicle/controller/reverseWarn.lua |
Type | Auxiliary |
Usage type | Multiple (Not useful) |
JBeam Properties
string
type
event:>Vehicle>Electrics>Reverse>Beep_01
default
The sound clip that will play when reversing.
Example Usage
"controller": [
["fileName"],
["reverseWarn", {"beepLoopName":"event:>Vehicle>Electrics>Reverse>Beep_04", "soundNode:": ["ac1r"]}],
],