OpenTTD Source 20241224-master-gee860a5c8e
|
Info about each of the cheats. More...
#include <cheat_type.h>
Data Fields | |
bool | been_used |
has this cheat been used before? | |
bool | value |
tells if the bool cheat is active or not | |
Info about each of the cheats.
Definition at line 16 of file cheat_type.h.
bool Cheat::been_used |
has this cheat been used before?
Definition at line 17 of file cheat_type.h.
bool Cheat::value |
tells if the bool cheat is active or not
Definition at line 18 of file cheat_type.h.
Referenced by ChangeTownRating(), CheckAllowRemoveRoad(), CheckAllowRemoveTunnelBridge(), CheckforTownRating(), CheckOrders(), ClearTile_Town(), ClickSetProdCheat(), CmdBuildTunnel(), FindNearestHangar(), and MaybeCrashAirplane().