MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetTimetableDurationIncomplete

Method GetTimetableDurationIncomplete

src/order_base.h:427–427  ·  view source on GitHub ↗

* Gets the known duration of the vehicles timetable even if the timetable is not complete. * @return known timetable duration */

Source from the content-addressed store, hash-verified

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.

Callers 2

DrawSummaryPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected