Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ IntroIsPlaying
Function
IntroIsPlaying
src/openrct2/scenes/intro/IntroScene.cpp:98–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
};
97
98
bool IntroIsPlaying()
99
{
100
if (auto impl = introSceneImplementation.lock())
101
{
102
return impl->IntroIsPlaying();
103
}
104
105
return false;
106
}
107
108
bool IntroSceneImpl::IntroIsPlaying()
109
{
Callers
3
Paint
Method · 0.85
BeginDraw
Method · 0.85
PlayTitleMusic
Function · 0.85
Calls
1
IntroIsPlaying
Method · 0.80
Tested by
no test coverage detected