Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
void ScriptEngine::onFrameStart()
424
{
425
#if PROFILE_SCRIPT_CALLS
426
m_ProfilingDataFrame = (m_ProfilingDataFrame + 1) % 10;
427
428
resetProfilingData();
429
#endif
430
}
431
432
void ScriptEngine::onFrameEnd()
433
{
Callers
1
onFrameUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected