| 19 | #define PROFILE_SCRIPT_CALLS 0 |
| 20 | |
| 21 | ScriptEngine::ScriptEngine(World::WorldInstance& world) |
| 22 | : m_World(world) |
| 23 | { |
| 24 | m_pVM = nullptr; |
| 25 | m_ProfilingDataFrame = 0; |
| 26 | } |
| 27 | |
| 28 | ScriptEngine::~ScriptEngine() |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected