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

Method disableInterpolation

source/game/StarProjectile.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void Projectile::disableInterpolation() {
158 m_netGroup.disableNetInterpolation();
159}
160
161bool Projectile::shouldDestroy() const {
162 if (auto res = m_scriptComponent.invoke<bool>("shouldDestroy"))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected