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

Method enableInterpolation

source/game/StarMonster.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void Monster::enableInterpolation(float extrapolationHint) {
222 m_netGroup.enableNetInterpolation(extrapolationHint);
223}
224
225void Monster::disableInterpolation() {
226 m_netGroup.disableNetInterpolation();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected