MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowCheatWindow

Function ShowCheatWindow

src/cheat_gui.cpp:651–655  ·  view source on GitHub ↗

Open cheat window. */

Source from the content-addressed store, hash-verified

649
650/** Open cheat window. */
651void ShowCheatWindow()
652{
653 CloseWindowById(WC_CHEATS, 0);
654 new CheatWindow(_cheats_desc);
655}

Callers 2

MenuClickSettingsFunction · 0.85
OnHotkeyMethod · 0.85

Calls 1

CloseWindowByIdFunction · 0.85

Tested by

no test coverage detected