MCPcopy 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
164void ItemDrop::disableInterpolation() {
165 m_netGroup.disableNetInterpolation();
166}
167
168Vec2F ItemDrop::position() const {
169 return m_movementController.position();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected