Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
699
bool UniverseClient::paused() const {
700
return m_pause;
701
}
702
703
void UniverseClient::setPause(bool pause) {
704
m_pause = pause;
Callers
1
preUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected