MCPcopy Create free account
hub / github.com/AmelieHeinrich/Termina / ~ScriptSystem

Method ~ScriptSystem

Sources/Termina/Scripting/ScriptSystem.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 ScriptSystem::~ScriptSystem()
38 {
39 for (auto& [name, path] : ScriptModuleManager::Get().GetLoadedModules())
40 ScriptModuleManager::Get().Unload(name);
41 }
42
43 bool ScriptSystem::Compile()
44 {

Callers

nothing calls this directly

Calls 2

GetLoadedModulesMethod · 0.80
UnloadMethod · 0.80

Tested by

no test coverage detected