OpenTTD Source 20241224-master-gee860a5c8e
CheatEntry Struct Reference

Information of a cheat. More...

Data Fields

VarType type
 type of selector
 
StringID str
 string with descriptive text
 
void * variable
 pointer to the variable
 
bool * been_used
 has this cheat been used before?
 
CheckButtonClickproc
 procedure
 

Detailed Description

Information of a cheat.

Definition at line 190 of file cheat_gui.cpp.

Field Documentation

◆ been_used

bool* CheatEntry::been_used

has this cheat been used before?

Definition at line 194 of file cheat_gui.cpp.

◆ proc

CheckButtonClick* CheatEntry::proc

procedure

Definition at line 195 of file cheat_gui.cpp.

◆ str

StringID CheatEntry::str

string with descriptive text

Definition at line 192 of file cheat_gui.cpp.

◆ type

VarType CheatEntry::type

type of selector

Definition at line 191 of file cheat_gui.cpp.

◆ variable

void* CheatEntry::variable

pointer to the variable

Definition at line 193 of file cheat_gui.cpp.


The documentation for this struct was generated from the following file: