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

Function nextString

src/OpenLoco/src/Tutorial.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 StringId nextString()
159 {
160 StringId currentString = _tutorialString;
161 _tutorialString = currentString + 1;
162 return currentString;
163 }
164
165 uint8_t getTutorialNumber()
166 {

Callers 1

loc_4BEFEFFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected