|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
All settings that are only important for the local client. More...
#include <settings_type.h>
Data Fields | |
| GUISettings | gui |
| settings related to the GUI | |
| NetworkSettings | network |
| settings related to the network | |
| CompanySettings | company |
| default values for per-company settings | |
| SoundSettings | sound |
| sound effect settings | |
| MusicSettings | music |
| settings related to music/sound | |
| NewsSettings | news_display |
| news display settings. | |
All settings that are only important for the local client.
Definition at line 676 of file settings_type.h.
| CompanySettings ClientSettings::company |
default values for per-company settings
Definition at line 679 of file settings_type.h.
| GUISettings ClientSettings::gui |
settings related to the GUI
Definition at line 677 of file settings_type.h.
| MusicSettings ClientSettings::music |
settings related to music/sound
Definition at line 681 of file settings_type.h.
| NetworkSettings ClientSettings::network |
settings related to the network
Definition at line 678 of file settings_type.h.
| NewsSettings ClientSettings::news_display |
news display settings.
Definition at line 682 of file settings_type.h.
| SoundSettings ClientSettings::sound |
sound effect settings
Definition at line 680 of file settings_type.h.