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

Function isUserString

src/OpenLoco/src/Localisation/StringManager.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 bool isUserString(StringId stringId)
128 {
129 if (stringId < kUserStringsStart || stringId >= kUserStringsEnd)
130 {
131 return false;
132 }
133 return true;
134 }
135
136}

Callers 1

emptyUserStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected