mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge remote-tracking branch 'youby/master' into sim
This commit is contained in:
36
command.cpp
36
command.cpp
@@ -280,6 +280,42 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "speedcontrolbutton7", command_target::vehicle, command_mode::oneoff },
|
||||
{ "speedcontrolbutton8", command_target::vehicle, command_mode::oneoff },
|
||||
{ "speedcontrolbutton9", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable1", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable2", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable3", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable4", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable5", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable6", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable7", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable8", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable9", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable10", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable11", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterenable12", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable1", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable2", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable3", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable4", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable5", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable6", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable7", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable8", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable9", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable10", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable11", command_target::vehicle, command_mode::oneoff },
|
||||
{ "inverterdisable12", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle1", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle2", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle3", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle4", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle5", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle6", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle7", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle8", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle9", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle10", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle11", command_target::vehicle, command_mode::oneoff },
|
||||
{ "invertertoggle12", command_target::vehicle, command_mode::oneoff },
|
||||
{ "globalradiostop", command_target::simulation, command_mode::oneoff },
|
||||
{ "timejump", command_target::simulation, command_mode::oneoff },
|
||||
{ "timejumplarge", command_target::simulation, command_mode::oneoff },
|
||||
|
||||
Reference in New Issue
Block a user