|
OpenTTD Source
14.0-beta3
|
Go to the source code of this file.
Data Structures | |
| struct | ScriptConfigItem |
| Info about a single Script setting. More... | |
| class | ScriptConfig |
| Script settings. More... | |
Typedefs | |
| typedef std::map< int, std::string > | LabelMapping |
| Map-type used to map the setting numbers to labels. | |
| typedef std::vector< ScriptConfigItem > | ScriptConfigItemList |
| List of ScriptConfig items. | |
Enumerations | |
| enum | ScriptConfigFlags { SCRIPTCONFIG_NONE = 0x0, SCRIPTCONFIG_BOOLEAN = 0x2, SCRIPTCONFIG_INGAME = 0x4, SCRIPTCONFIG_DEVELOPER = 0x8 } |
| Bitmask of flags for Script settings. More... | |
Variables | |
| static const int | INT32_DIGITS_WITH_SIGN_AND_TERMINATION = 10 + 1 + 1 |
| Maximum of 10 digits for MIN / MAX_INT32, 1 for the sign and 1 for '\0'. | |
ScriptConfig stores the configuration settings of every Script.
Definition in file script_config.hpp.
| enum ScriptConfigFlags |
Bitmask of flags for Script settings.
Definition at line 21 of file script_config.hpp.