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

Method clientForUuid

source/game/StarUniverseServer.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227Maybe<ConnectionId> UniverseServer::clientForUuid(Uuid const& uuid) const {
228 ReadLocker clientsLocker(m_clientsLock);
229 return getClientForUuid(uuid);
230}
231
232void UniverseServer::adminBroadcast(String const& text) {
233 m_chatProcessor->adminBroadcast(text);

Callers 1

playerCidFromCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected