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

Method enableInterpolation

source/game/StarPlayer.cpp:1693–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1691}
1692
1693void Player::enableInterpolation(float) {
1694 m_netGroup.enableNetInterpolation();
1695}
1696
1697void Player::disableInterpolation() {
1698 m_netGroup.disableNetInterpolation();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected