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

Function AddLevelTip

Source/Internal/locale.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void AddLevelTip(const char* shortcode, const char* level, const char* tip) {
60 localized_levels[shortcode][level].loading_tip = tip;
61}
62
63const char* GetLevelTip(const char* shortcode, const char* level) {
64 LocalizedLevelMap::iterator loc_it = localized_levels.find(shortcode);

Callers 1

RebuildLocalizationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected