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

Function getNextStep

src/OpenLoco/src/EditorController.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 Step getNextStep()
160 {
161 return Step(enumValue(getCurrentStep()) + 1);
162 }
163
164 bool canGoBack()
165 {

Callers 1

drawFunction · 0.85

Calls 3

StepEnum · 0.85
enumValueFunction · 0.85
getCurrentStepFunction · 0.85

Tested by

no test coverage detected