MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ClearLocale

Function ClearLocale

Source/Internal/locale.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40static LocalizedLevelMap localized_levels;
41
42void ClearLocale() {
43 localized_levels.clear();
44 locales.clear();
45}
46
47void AddLocale(const char* shortcode, const char* name, const char* local_name) {
48 if (local_name && strlen(local_name) > 0) {

Callers 1

RebuildLocalizationMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected