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

Method systemWorld

source/game/StarServerClientContext.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215SystemWorldServerThreadPtr ServerClientContext::systemWorld() const {
216 RecursiveMutexLocker locker(m_mutex);
217 return m_systemWorldThread;
218}
219
220void ServerClientContext::clearSystemWorld() {
221 RecursiveMutexLocker locker(m_mutex);

Callers 8

clientFlyShipMethod · 0.80
updateShipsMethod · 0.80
warpPlayersMethod · 0.80
flyShipsMethod · 0.80
arriveShipsMethod · 0.80
packetsReceivedMethod · 0.80
doDisconnectionMethod · 0.80
shipWorldPromiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected