OpenTTD Source 20241224-master-gf74b0cf984
|
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? | |
CheckButtonClick * | proc |
procedure | |
Information of a cheat.
Definition at line 190 of file cheat_gui.cpp.
bool* CheatEntry::been_used |
has this cheat been used before?
Definition at line 194 of file cheat_gui.cpp.
CheckButtonClick* CheatEntry::proc |
procedure
Definition at line 195 of file cheat_gui.cpp.
StringID CheatEntry::str |
string with descriptive text
Definition at line 192 of file cheat_gui.cpp.
VarType CheatEntry::type |
type of selector
Definition at line 191 of file cheat_gui.cpp.
void* CheatEntry::variable |
pointer to the variable
Definition at line 193 of file cheat_gui.cpp.