mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
cross switch detection for map manual control
This commit is contained in:
@@ -1197,6 +1197,14 @@ multi_event::init() {
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<std::string> multi_event::dump_children_names() const {
|
||||
std::vector<std::string> result;
|
||||
for (auto const &childevent : m_children) {
|
||||
result.push_back(std::get<std::string>(childevent));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
// event type string
|
||||
std::string
|
||||
multi_event::type() const {
|
||||
|
||||
Reference in New Issue
Block a user