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

Method enableInterpolation

source/game/StarVehicle.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void Vehicle::enableInterpolation(float extrapolationHint) {
256 m_netGroup.enableNetInterpolation(extrapolationHint);
257}
258
259void Vehicle::disableInterpolation() {
260 m_netGroup.disableNetInterpolation();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected