Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ writeNetState
Method
writeNetState
source/game/interfaces/StarEntity.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
pair<ByteArray, uint64_t> Entity::writeNetState(uint64_t, NetCompatibilityRules) {
48
return {ByteArray(), 0};
49
}
50
51
void Entity::readNetState(ByteArray, float, NetCompatibilityRules) {}
52
Callers
nothing calls this directly
Calls
1
ByteArray
Class · 0.85
Tested by
no test coverage detected