Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ enableInterpolation
Method
enableInterpolation
source/game/StarNpc.cpp:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
void Npc::enableInterpolation(float extrapolationHint) {
218
m_netGroup.enableNetInterpolation(extrapolationHint);
219
}
220
221
void Npc::disableInterpolation() {
222
m_netGroup.disableNetInterpolation();
Callers
2
handleIncomingPackets
Method · 0.45
handleIncomingPackets
Method · 0.45
Calls
1
enableNetInterpolation
Method · 0.45
Tested by
no test coverage detected