MCPcopy 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
249const char *get_language_string(int id) {
250 return LanguageShortList[id];
251}
252
253constexpr const char *GameModes[5] = {
254 "cruise", "arcade", "adventure", "frontend", "raceeditor",

Callers 2

tree_set_settingsMethod · 0.85
save_settings_forceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected