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

Method enableInterpolation

source/game/StarProjectile.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Projectile::enableInterpolation(float extrapolationHint) {
154 m_netGroup.enableNetInterpolation(extrapolationHint);
155}
156
157void Projectile::disableInterpolation() {
158 m_netGroup.disableNetInterpolation();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected