OpenTTD Source
20241111-master-gce64d5f5d9
|
Data of an option. More...
#include <getoptdata.h>
Data Fields | |
OptionDataType | type |
The type of option. | |
char | id |
Unique identification of this option data, often the same as shortname. | |
char | shortname = '\0' |
Short option letter if available, else use '\0' . | |
const char * | longname = nullptr |
Long option name including '-'/'–' prefix, use nullptr if not available. | |
Data of an option.
Definition at line 21 of file getoptdata.h.