OpenTTD Source  20240919-master-gdf0233f4c2
cheat.cpp File Reference
#include "stdafx.h"
#include "cheat_type.h"
#include "safeguards.h"

Go to the source code of this file.

Functions

void InitializeCheats ()
 Reinitialise all the cheats.
 
bool CheatHasBeenUsed ()
 Return true if any cheat has been used, false otherwise. More...
 

Variables

Cheats _cheats
 All the cheats.
 

Detailed Description

Handling (loading/saving/initializing) of cheats.

Definition in file cheat.cpp.

Function Documentation

◆ CheatHasBeenUsed()

bool CheatHasBeenUsed ( )

Return true if any cheat has been used, false otherwise.

Returns
has a cheat been used?

Definition at line 28 of file cheat.cpp.

References _cheats, and Cheat::been_used.

Referenced by SaveHighScoreValue().