MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setFixedFPS

Method setFixedFPS

Source/Basic/Scheduler.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Scheduler::setFixedFPS(int var) {
74 _fixedFPS = var;
75}
76
77int Scheduler::getFixedFPS() const noexcept {
78 return _fixedFPS;

Callers 3

initMethod · 0.80
scheduler_set_fixed_fpsFunction · 0.80
showStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected