MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / enableInterpolation

Method enableInterpolation

source/game/StarItemDrop.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void ItemDrop::enableInterpolation(float extrapolationHint) {
159 m_netGroup.enableNetInterpolation(extrapolationHint);
160 m_mode.disableNetInterpolation();
161 m_owningEntity.disableNetInterpolation();
162}
163
164void ItemDrop::disableInterpolation() {
165 m_netGroup.disableNetInterpolation();

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected