Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ entityUpdateDelta
Method
entityUpdateDelta
source/game/StarInterpolationTracker.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
float InterpolationTracker::entityUpdateDelta() const {
39
return m_entityUpdateDelta;
40
}
41
42
void InterpolationTracker::receiveTimeUpdate(double remoteStep) {
43
m_lastTimeUpdate = remoteStep;
Callers
1
initWorld
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected