Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ SetUpdateFrequency
Function
SetUpdateFrequency
engine/engine/src/engine.cpp:720–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
}
719
720
static void SetUpdateFrequency(HEngine engine, uint32_t frequency)
721
{
722
engine->m_UpdateFrequency = frequency;
723
}
724
725
struct LuaCallstackCtx
726
{
Callers
3
engine.cpp
File · 0.70
StepFrame
Function · 0.70
Dispatch
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected