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

Method clientSkyParameters

source/game/StarSystemWorldServer.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81SkyParameters SystemWorldServer::clientSkyParameters(ConnectionId clientId) const {
82 auto uuid = m_clientShips.get(clientId);
83 return locationSkyParameters(m_ships.get(uuid)->systemLocation());
84}
85
86List<ConnectionId> SystemWorldServer::clients() const {
87 return m_clientShips.keys();

Callers 2

arriveShipsMethod · 0.45
shipWorldPromiseMethod · 0.45

Calls 2

systemLocationMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected