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

Method setConnectionId

source/game/StarClientContext.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void ClientContext::setConnectionId(ConnectionId connectionId) {
101 m_connectionId = connectionId;
102}
103
104ConnectionId ClientContext::connectionId() const {
105 return m_connectionId;

Callers 1

initWorldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected