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

Function nextInput

src/OpenLoco/src/Tutorial.cpp:144–156  ·  view source on GitHub ↗

0x0043C7A2

Source from the content-addressed store, hash-verified

142
143 // 0x0043C7A2
144 int32_t nextInput()
145 {
146 int32_t next = static_cast<int32_t>(*_tutorialIt);
147 _tutorialIt++;
148
149 if (_tutorialIt == _tutorialData.end())
150 {
151 stop();
152 SceneManager::resetSceneAge();
153 }
154
155 return next;
156 }
157
158 StringId nextString()
159 {

Callers 4

updateCursorPositionFunction · 0.85
rightMouseButtonReleasedFunction · 0.85
nextMouseInputFunction · 0.85
loc_4BEFEFFunction · 0.85

Calls 3

resetSceneAgeFunction · 0.85
stopFunction · 0.70
endMethod · 0.45

Tested by

no test coverage detected