Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
void print(const std::string &str) { printf(
"%s"
, str.c_str()); }
17
18
ScriptEngine::~ScriptEngine()
19
{
20
// Clean up
21
context->Release();
22
engine->ShutDownAndRelease();
23
}
24
25
void ScriptEngine::init()
26
{
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected