Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ disableInterpolation
Method
disableInterpolation
source/game/StarItemDrop.cpp:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void ItemDrop::disableInterpolation() {
165
m_netGroup.disableNetInterpolation();
166
}
167
168
Vec2F ItemDrop::position() const {
169
return m_movementController.position();
Callers
nothing calls this directly
Calls
1
disableNetInterpolation
Method · 0.45
Tested by
no test coverage detected