Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ ~ScriptObject
Method
~ScriptObject
Simulator/ScriptObject.cpp:24–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
ScriptObject::~ScriptObject(void)
25
{
26
if (m_scriptLoaded)
27
{
28
Embedded::getCurrent()->releaseModule(m_scriptModule);
29
}
30
}
31
32
void ScriptObject::initParameters()
33
{
Callers
nothing calls this directly
Calls
1
releaseModule
Method · 0.80
Tested by
no test coverage detected