Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMC2/OpenMC2
/ get_language_string
Function
get_language_string
src/Game.cpp:249–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
const char *get_language_string(int id) {
250
return LanguageShortList[id];
251
}
252
253
constexpr const char *GameModes[5] = {
254
"cruise"
,
"arcade"
,
"adventure"
,
"frontend"
,
"raceeditor"
,
Callers
2
tree_set_settings
Method · 0.85
save_settings_force
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected