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

Method addParam

MyGUIEngine/src/MyGUI_ChildSkinInfo.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void ChildSkinInfo::addParam(std::string_view _key, std::string_view _value)
41 {
42 mapSet(params, _key, _value);
43 }
44
45} // namespace MyGUI

Callers 1

deserializationMethod · 0.80

Calls 1

mapSetFunction · 0.50

Tested by

no test coverage detected