Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ stop
Function
stop
src/OpenLoco/src/Tutorial.cpp:136–141 ·
view source on GitHub ↗
0x0043C70E
Source
from the content-addressed store, hash-verified
134
135
// 0x0043C70E
136
void stop()
137
{
138
_state = State::none;
139
Gfx::invalidateScreen();
140
Gui::resize();
141
}
142
143
// 0x0043C7A2
144
int32_t nextInput()
Callers
1
nextInput
Function · 0.70
Calls
2
invalidateScreen
Function · 0.85
resize
Function · 0.85
Tested by
no test coverage detected