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

Method begin

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

Source from the content-addressed store, hash-verified

89 }
90
91 OrderRingView::Iterator OrderRingView::begin() const
92 {
93 auto* orderTable = OrderManager::orders();
94 return Iterator(&orderTable[_beginTableOffset], &orderTable[_beginTableOffset + _currentOrderOffset]);
95 }
96
97 OrderRingView::Iterator OrderRingView::end() const
98 {

Callers 15

deleteOrderFunction · 0.45
generateNumDisplayFramesFunction · 0.45
autoLayoutTrainMethod · 0.45
sub_4A9348Method · 0.45
sub_427122Method · 0.45
checkIfAtOrderStationMethod · 0.45
updateWaterMotionMethod · 0.45
waterPathfindFunction · 0.45
sub_47DA8DFunction · 0.45

Calls 2

ordersFunction · 0.85
IteratorClass · 0.70

Tested by

no test coverage detected