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

Method readDelta

source/game/StarWorldClientState.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void WorldClientState::readDelta(ByteArray delta) {
87 m_netGroup.readNetState(std::move(delta), 0.0f, m_netCompatibilityRules);
88}
89
90void WorldClientState::setNetCompatibilityRules(NetCompatibilityRules netCompatibilityRules) {
91 m_netCompatibilityRules = netCompatibilityRules;

Callers 1

handleIncomingPacketsMethod · 0.80

Calls 1

readNetStateMethod · 0.45

Tested by

no test coverage detected