MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / setLoadOrder

Method setLoadOrder

src/Abyss/Common/Configuration.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const std::vector<std::filesystem::path> &Configuration::getLoadOrder() { return _loadOrder; }
15
16void Configuration::setLoadOrder(std::vector<std::filesystem::path> newLoadOrder) { this->_loadOrder = std::move(newLoadOrder); }
17
18const std::filesystem::path &Configuration::getDirectDir() { return _directDir; }
19const std::filesystem::path &Configuration::getMPQDir() { return _mpqDir; }

Callers 1

processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected