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

Method disableInterpolation

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

Source from the content-addressed store, hash-verified

219}
220
221void Npc::disableInterpolation() {
222 m_netGroup.disableNetInterpolation();
223}
224
225Vec2F Npc::position() const {
226 return m_movementController->position();

Callers 2

handleIncomingPacketsMethod · 0.45
handleIncomingPacketsMethod · 0.45

Calls 1

Tested by

no test coverage detected