|
OpenTTD Source 20251116-master-g21329071df
|
Info about each of the cheats. More...
#include <cheat_type.h>
Data Fields | |
| bool | been_used = false |
| has this cheat been used before? | |
| bool | value = false |
| 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 = false |
has this cheat been used before?
Definition at line 17 of file cheat_type.h.
| bool Cheat::value = false |
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(), MaybeCrashAirplane(), and UpdateStationRating().