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

Method readUpdate

source/game/StarSky.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Sky::readUpdate(ByteArray data, NetCompatibilityRules rules) {
74 m_netGroup.readNetState(std::move(data), 0.0f, rules);
75}
76
77void Sky::stateUpdate() {
78 if (m_lastFlyingType != m_flyingType) {

Callers 4

handleIncomingPacketsMethod · 0.45
initWorldMethod · 0.45
handlePacketsMethod · 0.45
packetsReceivedMethod · 0.45

Calls 1

readNetStateMethod · 0.45

Tested by

no test coverage detected