MCPcopy 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
24ScriptObject::~ScriptObject(void)
25{
26 if (m_scriptLoaded)
27 {
28 Embedded::getCurrent()->releaseModule(m_scriptModule);
29 }
30}
31
32void ScriptObject::initParameters()
33{

Callers

nothing calls this directly

Calls 1

releaseModuleMethod · 0.80

Tested by

no test coverage detected