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

Function AddLevelName

Source/Internal/locale.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void AddLevelName(const char* shortcode, const char* level, const char* name) {
56 localized_levels[shortcode][level].name = name;
57}
58
59void AddLevelTip(const char* shortcode, const char* level, const char* tip) {
60 localized_levels[shortcode][level].loading_tip = tip;

Callers 1

RebuildLocalizationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected