Add ctrl-click scroll to for non-destination orders

Conditional orders on station cargo and show as via orders
This commit is contained in:
Jonathan G Rennison
2024-03-16 17:32:45 +00:00
parent 3284bd68e3
commit 1532c96ca7
3 changed files with 26 additions and 0 deletions

View File

@@ -597,6 +597,7 @@ public:
bool CanLeaveWithCargo(bool has_cargo, CargoID cargo) const;
TileIndex GetLocation(const Vehicle *v, bool airport = false) const;
TileIndex GetAuxiliaryLocation(bool secondary = false) const;
/** Checks if travel_time and wait_time apply to this order and if they are timetabled. */
inline bool IsCompletelyTimetabled() const