OpenTTD
|
Functions related to cheating. More...
#include "cheat_type.h"
Go to the source code of this file.
Functions | |
void | ShowCheatWindow () |
Open cheat window. | |
bool | CheatHasBeenUsed () |
Return true if any cheat has been used, false otherwise. |
Variables | |
Cheats | _cheats |
All the cheats. |
Functions related to cheating.
Definition in file cheat_func.h.
bool CheatHasBeenUsed | ( | ) |
Return true if any cheat has been used, false otherwise.
Definition at line 30 of file cheat.cpp.
References _cheats, and Cheat::been_used.
Referenced by SaveHighScoreValue().
void ShowCheatWindow | ( | ) |
Open cheat window.
Definition at line 418 of file cheat_gui.cpp.
References _cheats_desc, DeleteWindowById(), and WC_CHEATS.
Referenced by MainToolbarWindow::OnHotkey().