Added transfercaseControls

This commit is contained in:
2025-10-06 04:07:37 +01:00
parent d162d7daef
commit 527ed941f3
2 changed files with 52 additions and 2 deletions
@@ -61,7 +61,15 @@
"order": 54335,
"ctx": "vlua",
"onDown": "extensions.use('ESBtnBoxDrivetrain').toggleHighFour()",
"title": "ESBtnBox Bindings: Toggle Lightbar Sound On",
"desc": "Turns the sound on the lightbar"
"title": "ESBtnBox Bindings: Toggle High 4",
"desc": "Set the range box to high four"
},
"bb_turn_low_four": {
"cat": "vehicle",
"order": 54336,
"ctx": "vlua",
"onDown": "extensions.use('ESBtnBoxDrivetrain').toggleLowFour()",
"title": "ESBtnBox Bindings: Toggle Low 4",
"desc": "Set the range box to low four"
}
}