MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / LoadStrings

Function LoadStrings

Goldleaf/source/cfg/cfg_Strings.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 StringHolder Strings;
31
32 void LoadStrings() {
33 Strings = g_Settings.ReadStrings(g_Settings.GetLanguage());
34 }
35}

Callers 1

mainFunction · 0.85

Calls 2

ReadStringsMethod · 0.80
GetLanguageMethod · 0.80

Tested by

no test coverage detected