OpenTTD Source 20260206-master-g4d4e37dbf1
ClientSettings Struct Reference

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.

Detailed Description

All settings that are only important for the local client.

Definition at line 676 of file settings_type.h.

Field Documentation

◆ company

CompanySettings ClientSettings::company

default values for per-company settings

Definition at line 679 of file settings_type.h.

◆ gui

GUISettings ClientSettings::gui

settings related to the GUI

Definition at line 677 of file settings_type.h.

◆ music

MusicSettings ClientSettings::music

settings related to music/sound

Definition at line 681 of file settings_type.h.

◆ network

NetworkSettings ClientSettings::network

settings related to the network

Definition at line 678 of file settings_type.h.

◆ news_display

NewsSettings ClientSettings::news_display

news display settings.

Definition at line 682 of file settings_type.h.

◆ sound

SoundSettings ClientSettings::sound

sound effect settings

Definition at line 680 of file settings_type.h.


The documentation for this struct was generated from the following file: