MCPcopy Create free account
hub / github.com/MyGUI/mygui / addUserTag

Method addUserTag

MyGUIEngine/src/MyGUI_LanguageManager.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 void LanguageManager::addUserTag(const UString& _tag, const UString& _replace)
246 {
247 mUserMapLanguage[_tag] = _replace;
248 }
249
250 void LanguageManager::clearUserTags()
251 {

Callers 4

notifyGeneratePressedMethod · 0.80
updateMethod · 0.80
addUserTagFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected