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

Method onFrameStart

src/logic/ScriptEngine.cpp:423–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void ScriptEngine::onFrameStart()
424{
425#if PROFILE_SCRIPT_CALLS
426 m_ProfilingDataFrame = (m_ProfilingDataFrame + 1) % 10;
427
428 resetProfilingData();
429#endif
430}
431
432void ScriptEngine::onFrameEnd()
433{

Callers 1

onFrameUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected