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

Method disableInterpolation

source/game/StarVehicle.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void Vehicle::disableInterpolation() {
260 m_netGroup.disableNetInterpolation();
261}
262
263void Vehicle::update(float dt, uint64_t) {
264 setTeam(m_damageTeam.get());

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected