16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 04:19:19 +02:00

Dodany opcjonalny przełącznik aktywacji kabiny oraz rozłączania tylnego sprzęgu

This commit is contained in:
Królik Uszasty
2022-02-19 22:36:26 +01:00
parent da74c2ce28
commit fe455e3131
9 changed files with 159 additions and 13 deletions

View File

@@ -161,6 +161,7 @@ commanddescription_sequence Commands_descriptions = {
{ "nearestcarcoupleradapterattach", command_target::vehicle },
{ "nearestcarcoupleradapterremove", command_target::vehicle },
{ "occupiedcarcouplingdisconnect", command_target::vehicle },
{ "occupiedcarcouplingdisconnectback", command_target::vehicle },
{ "doortoggleleft", command_target::vehicle },
{ "doortoggleright", command_target::vehicle },
{ "doorpermitleft", command_target::vehicle },
@@ -255,6 +256,9 @@ commanddescription_sequence Commands_descriptions = {
{ "batterytoggle", command_target::vehicle },
{ "batteryenable", command_target::vehicle },
{ "batterydisable", command_target::vehicle },
{ "cabactivationtoggle", command_target::vehicle },
{ "cabactivationenable", command_target::vehicle },
{ "cabactivationdisable", command_target::vehicle },
{ "motorblowerstogglefront", command_target::vehicle },
{ "motorblowerstogglerear", command_target::vehicle },
{ "motorblowersdisableall", command_target::vehicle },