MCPcopy 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
38float InterpolationTracker::entityUpdateDelta() const {
39 return m_entityUpdateDelta;
40}
41
42void InterpolationTracker::receiveTimeUpdate(double remoteStep) {
43 m_lastTimeUpdate = remoteStep;

Callers 1

initWorldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected