Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ setCASCDir
Method
setCASCDir
src/Abyss/Common/Configuration.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void Configuration::setCASCDir(std::filesystem::path newDir) {
27
this->_cascDir = std::move(newDir);
28
}
29
30
void Configuration::setMPQDir(std::filesystem::path newDir) {
31
this->_mpqDir = std::move(newDir);
Callers
1
process
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected