MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Add

Method Add

engine/Poseidon/Core/ModCollection.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 [](const Mod& a, const Mod& b) { return Foundation::CollateUtf8(a.name.c_str(), b.name.c_str()) < 0; });
202 return mods;
203}
204
205void ModCollection::Add(Mod mod)
206{
207 _mods.push_back(std::move(mod));
208}
209

Callers 9

FindInstalledModDirFunction · 0.45
CloseMethod · 0.45
AddValueStringMethod · 0.45
ProgressAddFunction · 0.45
ActiveModsFromMountPathFunction · 0.45
LoadMethod · 0.45
NewElementMethod · 0.45
SaveDifficultiesMethod · 0.45
SaveToParamFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected