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

Function displayFrames

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

Source from the content-addressed store, hash-verified

105 static sfl::static_vector<NumDisplayFrame, Limits::kMaxOrdersPerVehicle> _displayFrames;
106
107 std::span<const NumDisplayFrame> displayFrames()
108 {
109 return _displayFrames;
110 }
111
112 Order* orders() { return reinterpret_cast<Order*>(getGameState().orders); }
113 uint32_t& orderTableLength() { return getGameState().orderTableLength; }

Callers 1

drawRoutingNumbersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected