MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / SetPrefPath

Function SetPrefPath

Source/utils/paths.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void SetPrefPath(const std::string &path)
157{
158 prefPath = path;
159 AddTrailingSlash(*prefPath);
160}
161
162void SetConfigPath(const std::string &path)
163{

Callers 4

RunTimedemoFunction · 0.85
LoadExpectedLevelDataFunction · 0.85
TESTFunction · 0.85
DiabloParseFlagsFunction · 0.85

Calls 1

AddTrailingSlashFunction · 0.85

Tested by 3

RunTimedemoFunction · 0.68
LoadExpectedLevelDataFunction · 0.68
TESTFunction · 0.68