Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
draw
Function · 0.85
Calls
3
Step
Enum · 0.85
enumValue
Function · 0.85
getCurrentStep
Function · 0.85
Tested by
no test coverage detected