MCPcopy 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.cppFile · 0.70
StepFrameFunction · 0.70
DispatchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected