MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Localization_SetLanguage

Function Localization_SetLanguage

Descent3/localization.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125} // namespace
126
127void Localization_SetLanguage(int type) {
128 ASSERT(type >= 0 && type < Num_languages);
129 Localization_language = type;
130}
131
132int Localization_GetLanguage(void) { return Localization_language; }
133

Callers 3

StartLevelFunction · 0.85
LocalizeLevelNameFunction · 0.85
InitStringTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected