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

Method writeUpdate

source/game/StarClientContext.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96ByteArray ClientContext::writeUpdate(NetCompatibilityRules) {
97 return m_rpc->send();
98}
99
100void ClientContext::setConnectionId(ConnectionId connectionId) {
101 m_connectionId = connectionId;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected