MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / TitleSequenceIsLoadCommand

Function TitleSequenceIsLoadCommand

src/openrct2/scenes/title/TitleSequence.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 bool TitleSequenceIsLoadCommand(const TitleCommand& command)
576 {
577 return std::holds_alternative<LoadParkCommand>(command) || std::holds_alternative<LoadScenarioCommand>(command);
578 }
579} // namespace OpenRCT2::Title

Callers 3

UpdateMethod · 0.85
SeekMethod · 0.85
SkipToNextLoadCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected