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

Function osipf_GetLanguageSetting

Descent3/osiris_predefs.cpp:3673–3682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3671char osipf_GameGetDiffLevel(void) { return DIFF_LEVEL; }
3672
3673int osipf_GetLanguageSetting(void) {
3674 /*
3675 0:LANGUAGE_ENGLISH
3676 1:LANGUAGE_GERMAN
3677 2:LANGUAGE_SPANISH
3678 3:LANGUAGE_ITALIAN
3679 4:LANGUAGE_FRENCH
3680 */
3681 return Localization_GetLanguage();
3682}
3683
3684// Sets/Gets information about a path.
3685// If you change is PV_ALL (or any of it's individual components), pass in a pointer to an

Callers

nothing calls this directly

Calls 1

Localization_GetLanguageFunction · 0.85

Tested by

no test coverage detected