Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ disableInterpolation
Method
disableInterpolation
source/game/StarNpc.cpp:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void Npc::disableInterpolation() {
222
m_netGroup.disableNetInterpolation();
223
}
224
225
Vec2F Npc::position() const {
226
return m_movementController->position();
Callers
2
handleIncomingPackets
Method · 0.45
handleIncomingPackets
Method · 0.45
Calls
1
disableNetInterpolation
Method · 0.45
Tested by
no test coverage detected