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

Method addResourceLocation

Wrappers/MyGUI_Export/MyGUI_ExportDataManager.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void ExportDataManager::addResourceLocation(const std::string& _path, bool _recursive)
122 {
123 ArhivInfo info;
124 info.name = MyGUI::UString(_path).asWStr();
125 info.recursive = _recursive;
126 mPaths.push_back(info);
127 }
128
129}

Callers 1

Calls 2

UStringFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected