MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / reloadWithMods

Method reloadWithMods

source/game/StarRoot.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void Root::reloadWithMods(StringList modDirectories) {
306 MutexLocker locker(m_modsMutex);
307 m_modDirectories = std::move(modDirectories);
308 reload();
309}
310
311void Root::fullyLoad() {
312 auto workerPool = WorkerPool("Root::fullyLoad", RootLoadThreads);

Callers 1

updateModsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected