Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void Sky::readUpdate(ByteArray data, NetCompatibilityRules rules) {
74
m_netGroup.readNetState(std::move(data), 0.0f, rules);
75
}
76
77
void Sky::stateUpdate() {
78
if (m_lastFlyingType != m_flyingType) {
Callers
4
handleIncomingPackets
Method · 0.45
initWorld
Method · 0.45
handlePackets
Method · 0.45
packetsReceived
Method · 0.45
Calls
1
readNetState
Method · 0.45
Tested by
no test coverage detected