OpenTTD Source 20241224-master-gee860a5c8e
|
Public Types | |
enum | ParamType { UNUSED , RAW_STRING , STRING , OTHER } |
Public Member Functions | |
StringParam (ParamType type, uint8_t consumes, const char *cmd) | |
Data Fields | |
ParamType | type |
uint8_t | consumes |
const char * | cmd |
Definition at line 13 of file game_text.hpp.
enum StringParam::ParamType |
Definition at line 14 of file game_text.hpp.
|
inline |
Definition at line 25 of file game_text.hpp.
const char* StringParam::cmd |
Definition at line 23 of file game_text.hpp.
uint8_t StringParam::consumes |
Definition at line 22 of file game_text.hpp.
ParamType StringParam::type |
Definition at line 21 of file game_text.hpp.