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

Method stop

source/game/StarUniverseServer.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void UniverseServer::stop() {
132 m_stop = true;
133}
134
135void UniverseServer::setPause(bool pause) {
136 ReadLocker clientsLocker(m_clientsLock);

Callers 5

~UniverseServerMethod · 0.45
setPauseMethod · 0.45
runMethod · 0.45
doDisconnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected