Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Function · 0.70
tick
Function · 0.70
prepareDraw
Function · 0.50
draw
Function · 0.50
onUpdate
Function · 0.50
onUpdate
Function · 0.50
playBackgroundMusic
Function · 0.50
unpauseMusic
Function · 0.50
updateAmbientNoise
Function · 0.50
updateVehicleNoise
Function · 0.50
doCommandForReal
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected