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

Method MakeDummy

src/order_cmd.cpp:116–120  ·  view source on GitHub ↗

* Makes this order a Dummy order. */

Source from the content-addressed store, hash-verified

114 * Makes this order a Dummy order.
115 */
116void Order::MakeDummy()
117{
118 this->type = OT_DUMMY;
119 this->flags = 0;
120}
121
122/**
123 * Makes this order an conditional order.

Callers 12

CheckIfShipNeedsServiceFunction · 0.80
ShipControllerFunction · 0.80
CheckIfTrainNeedsServiceFunction · 0.80
VehicleEnterDepotFunction · 0.80
SendToDepotMethod · 0.80
UnpackOldOrderFunction · 0.80
FixOldVehiclesFunction · 0.80
UpdateOldAircraftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected