Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
651
void ShowCheatWindow()
652
{
653
CloseWindowById(WC_CHEATS, 0);
654
new CheatWindow(_cheats_desc);
655
}
Callers
2
MenuClickSettings
Function · 0.85
OnHotkey
Method · 0.85
Calls
1
CloseWindowById
Function · 0.85
Tested by
no test coverage detected