MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / isPaused

Function isPaused

src/OpenLoco/src/SceneManager.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 bool isPaused()
103 {
104 return _pausedState != PauseFlags::none;
105 }
106
107 PauseFlags getPauseFlags()
108 {

Callers 11

startFunction · 0.70
tickFunction · 0.70
prepareDrawFunction · 0.50
drawFunction · 0.50
onUpdateFunction · 0.50
onUpdateFunction · 0.50
playBackgroundMusicFunction · 0.50
unpauseMusicFunction · 0.50
updateAmbientNoiseFunction · 0.50
updateVehicleNoiseFunction · 0.50
doCommandForRealFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected