MCPcopy 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

PaintMethod · 0.85
BeginDrawMethod · 0.85
PlayTitleMusicFunction · 0.85

Calls 1

IntroIsPlayingMethod · 0.80

Tested by

no test coverage detected