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

Function handleStep

src/OpenLoco/src/Title.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 static void handleStep(const WaitStep& step)
170 {
171 // This loop slightly deviates from the original, so we subtract 1 tick to make up for it.
172 _waitCounter = step.duration - 1;
173 }
174
175 static void handleStep([[maybe_unused]] const ReloadStep step)
176 {

Callers 1

updateFunction · 0.85

Calls 9

reloadFunction · 0.85
toWorldSpaceFunction · 0.85
getHeightFunction · 0.85
getMainWindowFunction · 0.85
viewportCentreOnTileMethod · 0.80
viewportRotateRightMethod · 0.80
hasFlagsFunction · 0.70
beginMethod · 0.45

Tested by

no test coverage detected