OpenTTD Source 20241224-master-gf74b0cf984
cheat_func.h File Reference

Functions related to cheating. More...

#include "cheat_type.h"

Go to the source code of this file.

Functions

void ShowCheatWindow ()
 Open cheat window.
 

Variables

Cheats _cheats
 All the cheats.
 

Detailed Description

Functions related to cheating.

Definition in file cheat_func.h.

Function Documentation

◆ ShowCheatWindow()

void ShowCheatWindow ( )

Open cheat window.

Definition at line 437 of file cheat_gui.cpp.

References _cheats_desc, CloseWindowById(), and WC_CHEATS.

Referenced by MenuClickSettings(), and MainToolbarWindow::OnHotkey().

Variable Documentation

◆ _cheats

Cheats _cheats
extern

All the cheats.

Definition at line 16 of file cheat.cpp.