Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setTargetTickRate
Method
setTargetTickRate
source/core/StarTickRateMonitor.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void TickRateApproacher::setTargetTickRate(double targetTickRate) {
60
m_targetTickRate = targetTickRate;
61
}
62
63
void TickRateApproacher::reset() {
64
setWindow(window());
Callers
3
run
Method · 0.80
run
Method · 0.80
setTargetUpdateRate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected