Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmelieHeinrich/Termina
/ ScriptSystem
Method
ScriptSystem
Sources/Termina/Scripting/ScriptSystem.cpp:29–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
ScriptSystem::ScriptSystem()
30
{
31
ScriptModuleManager::Get().Load(
"Game"
, GetLibName());
32
#if defined(TRMN_DEBUG)
33
RebuildWatches();
34
#endif
35
}
36
37
ScriptSystem::~ScriptSystem()
38
{
Callers
nothing calls this directly
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected