* Gets the known duration of the vehicles timetable even if the timetable is not complete. * @return known timetable duration */
| 425 | * @return known timetable duration |
| 426 | */ |
| 427 | inline TimerGameTick::Ticks GetTimetableDurationIncomplete() const { return this->timetable_duration; } |
| 428 | |
| 429 | /** |
| 430 | * Gets the known duration of the vehicles orders, timetabled or not. |
no outgoing calls
no test coverage detected