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

Method disableInterpolation

source/game/StarPlayer.cpp:1697–1699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695}
1696
1697void Player::disableInterpolation() {
1698 m_netGroup.disableNetInterpolation();
1699}
1700
1701void Player::processControls() {
1702 bool run = !m_shifting && !m_statusController->statPositive("encumberance");

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected