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

Method enableInterpolation

source/game/StarPlantDrop.cpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void PlantDrop::enableInterpolation(float extrapolationHint) {
371 m_netGroup.enableNetInterpolation(extrapolationHint);
372}
373
374void PlantDrop::disableInterpolation() {
375 m_netGroup.disableNetInterpolation();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected