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

Method SetWaitTime

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

* Set the time in ticks to wait at the destination. * @param time Time to set as wait time. */

Source from the content-addressed store, hash-verified

216 * @param time Time to set as wait time.
217 */
218 inline void SetWaitTime(uint16_t time) { this->wait_time = time; }
219
220 /**
221 * Set the time in ticks to take for travelling to the destination.

Callers 3

ChangeTimetableFunction · 0.80
UpdateVehicleTimetableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected