| 471 | } |
| 472 | |
| 473 | bool 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 | |
| 479 | bool Core::removeScriptPath(std::filesystem::path path) |
| 480 | { |
no outgoing calls
no test coverage detected