mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
(commands) add timetablelightenable and timetablelightdisable commands
This commit is contained in:
@@ -750,6 +750,12 @@ std::unordered_map<std::string, vr_openvr::button_bindings> vr_openvr::m_buttonb
|
||||
{ "timetablelight_sw:", {
|
||||
user_command::timetablelighttoggle,
|
||||
user_command::none } },
|
||||
{ "timetablelighton_sw:", {
|
||||
user_command::timetablelightenable,
|
||||
user_command::none } },
|
||||
{ "timetablelightoff_sw:", {
|
||||
user_command::timetablelightdisable,
|
||||
user_command::none } },
|
||||
{ "cablight_sw:", {
|
||||
user_command::interiorlighttoggle,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user