MCPcopy Create free account
hub / github.com/DFHack/dfhack / setModScriptPaths

Method setModScriptPaths

library/Core.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473bool Core::setModScriptPaths(const std::vector<std::filesystem::path> &mod_script_paths) {
474 std::lock_guard<std::mutex> lock(script_path_mutex);
475 script_paths[2] = mod_script_paths;
476 return true;
477}
478
479bool Core::removeScriptPath(std::filesystem::path path)
480{

Callers 1

loadModScriptPathsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected