MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / orders

Function orders

src/OpenLoco/src/Vehicles/OrderManager.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 Order* orders() { return reinterpret_cast<Order*>(getGameState().orders); }
113 uint32_t& orderTableLength() { return getGameState().orderTableLength; }
114
115 void shiftOrdersLeft(const uint32_t offsetToShiftTowards, const int16_t sizeToShiftBy)

Callers 9

beginMethod · 0.85
shiftOrdersLeftFunction · 0.85
shiftOrdersRightFunction · 0.85
insertOrderFunction · 0.85
allocateOrdersFunction · 0.85
reverseVehicleOrderTableFunction · 0.85
removeOrdersForStationFunction · 0.85
getOffsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected