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

Method paused

source/game/StarUniverseClient.cpp:699–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699bool UniverseClient::paused() const {
700 return m_pause;
701}
702
703void UniverseClient::setPause(bool pause) {
704 m_pause = pause;

Callers 1

preUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected