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

Method tickNetInterpolation

source/game/StarToolUser.cpp:653–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void ToolUser::NetItem::tickNetInterpolation(float dt) {
654 if (m_netInterpolationEnabled) {
655 if (auto netItem = as<NetElement>(m_item.get()))
656 netItem->tickNetInterpolation(dt);
657 }
658}
659
660bool ToolUser::NetItem::writeNetDelta(DataStream& ds, uint64_t fromVersion, NetCompatibilityRules rules) const {
661 if (!checkWithRules(rules)) return false;

Callers 11

updateMethod · 0.45
updateMethod · 0.45
clientUpdateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36