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

Method TravelTime

src/linkgraph/linkgraph.h:56–56  ·  view source on GitHub ↗

* Get edge's average travel time. * @return Travel time, in ticks. */

Source from the content-addressed store, hash-verified

54 * @return Travel time, in ticks.
55 */
56 uint32_t TravelTime() const { return this->travel_time_sum / this->capacity; }
57
58 /**
59 * Get the date of the last update to any part of the edge's capacity.

Callers 2

DijkstraMethod · 0.80
AddLinksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected