OpenTTD Source 20241224-master-gee860a5c8e
|
Definition of the configuration tables of the settings. More...
#include "settings_internal.h"
Go to the source code of this file.
Variables | |
SettingTable | _company_settings |
SettingTable | _currency_settings |
SettingTable | _difficulty_settings |
SettingTable | _economy_settings |
SettingTable | _game_settings |
SettingTable | _gui_settings |
SettingTable | _linkgraph_settings |
SettingTable | _locale_settings |
SettingTable | _misc_settings |
SettingTable | _multimedia_settings |
SettingTable | _network_private_settings |
SettingTable | _network_secrets_settings |
SettingTable | _network_settings |
SettingTable | _news_display_settings |
SettingTable | _old_gameopt_settings |
SettingTable | _pathfinding_settings |
SettingTable | _script_settings |
SettingTable | _window_settings |
SettingTable | _world_settings |
static const uint | GAME_DIFFICULTY_NUM = 18 |
const std::array< std::string, GAME_DIFFICULTY_NUM > | _old_diff_settings |
uint16_t | _old_diff_custom [GAME_DIFFICULTY_NUM] |
Definition of the configuration tables of the settings.
Definition in file settings_table.h.
|
extern |
Definition at line 60 of file settings_table.cpp.
|
extern |
Definition at line 61 of file settings_table.cpp.
|
extern |
Definition at line 62 of file settings_table.cpp.
|
extern |
Definition at line 64 of file settings_table.cpp.
|
extern |
Definition at line 65 of file settings_table.cpp.
|
extern |
Definition at line 66 of file settings_table.cpp.
|
extern |
Definition at line 67 of file settings_table.cpp.
|
extern |
Definition at line 68 of file settings_table.cpp.
|
extern |
Definition at line 69 of file settings_table.cpp.
|
extern |
Definition at line 63 of file settings_table.cpp.
|
extern |
Definition at line 70 of file settings_table.cpp.
|
extern |
Definition at line 71 of file settings_table.cpp.
|
extern |
Definition at line 72 of file settings_table.cpp.
|
extern |
Definition at line 73 of file settings_table.cpp.
|
extern |
Definition at line 74 of file settings_table.cpp.
|
extern |
Definition at line 75 of file settings_table.cpp.
|
extern |
Definition at line 76 of file settings_table.cpp.
|
extern |
Definition at line 77 of file settings_table.cpp.
|
extern |
Definition at line 78 of file settings_table.cpp.
|
static |
Definition at line 40 of file settings_table.h.