mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 11:09:18 +02:00
build 200525. vehicle control type, coupling logic enhancement, uncoupling cab control, minor bug fixes
This commit is contained in:
@@ -156,10 +156,11 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "moveup", command_target::entity },
|
||||
{ "movedown", command_target::entity },
|
||||
// TBD, TODO: make coupling controls entity-centric
|
||||
{ "carcouplingincrease", command_target::vehicle },
|
||||
{ "carcouplingdisconnect", command_target::vehicle },
|
||||
{ "carcoupleradapterattach", command_target::vehicle },
|
||||
{ "carcoupleradapterremove", command_target::vehicle },
|
||||
{ "nearestcarcouplingincrease", command_target::vehicle },
|
||||
{ "nearestcarcouplingdisconnect", command_target::vehicle },
|
||||
{ "nearestcarcoupleradapterattach", command_target::vehicle },
|
||||
{ "nearestcarcoupleradapterremove", command_target::vehicle },
|
||||
{ "occupiedcarcouplingdisconnect", command_target::vehicle },
|
||||
{ "doortoggleleft", command_target::vehicle },
|
||||
{ "doortoggleright", command_target::vehicle },
|
||||
{ "doorpermitleft", command_target::vehicle },
|
||||
|
||||
Reference in New Issue
Block a user