MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / ScriptEngine

Method ScriptEngine

src/logic/ScriptEngine.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#define PROFILE_SCRIPT_CALLS 0
20
21ScriptEngine::ScriptEngine(World::WorldInstance& world)
22 : m_World(world)
23{
24 m_pVM = nullptr;
25 m_ProfilingDataFrame = 0;
26}
27
28ScriptEngine::~ScriptEngine()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected