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

Method AddRoot

engine/Poseidon/Core/ModCollection.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375 return result;
376}
377
378void ModLoader::AddRoot(std::string path, ModSource source)
379{
380 _roots.push_back({std::move(path), source});
381}
382

Callers 4

BeginModdedJoinMethod · 0.80
ApplyModdedJoinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected