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

Function OpenWindow

src/openrct2-ui/input/Shortcuts.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56#pragma region Shortcut Commands
57
58static void OpenWindow(WindowClass wc)
59{
60 if (gLegacyScene != LegacyScene::titleSequence)
61 {
62 ContextOpenWindow(wc);
63 }
64}
65
66static void RotateCamera(int32_t direction)
67{

Callers 2

BroadcastIntentMethod · 0.85

Calls 1

ContextOpenWindowFunction · 0.85

Tested by

no test coverage detected