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

Method disableInterpolation

source/game/StarPlantDrop.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void PlantDrop::disableInterpolation() {
375 m_netGroup.disableNetInterpolation();
376}
377
378bool PlantDrop::shouldDestroy() const {
379 return m_time <= 0.0f;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected