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

Method enableInterpolation

source/game/StarNpc.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void Npc::enableInterpolation(float extrapolationHint) {
218 m_netGroup.enableNetInterpolation(extrapolationHint);
219}
220
221void Npc::disableInterpolation() {
222 m_netGroup.disableNetInterpolation();

Callers 2

handleIncomingPacketsMethod · 0.45
handleIncomingPacketsMethod · 0.45

Calls 1

Tested by

no test coverage detected