MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / ~ScriptEngine

Method ~ScriptEngine

src/Scripting/ScriptEngine.cxx:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16void print(const std::string &str) { printf("%s", str.c_str()); }
17
18ScriptEngine::~ScriptEngine()
19{
20 // Clean up
21 context->Release();
22 engine->ShutDownAndRelease();
23}
24
25void ScriptEngine::init()
26{

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected