OpenTTD Source 20260421-master-gc2fbc6fdeb
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 695 of file settings_type.h.

Field Documentation

◆ company

CompanySettings ClientSettings::company

default values for per-company settings

Definition at line 698 of file settings_type.h.

◆ gui

GUISettings ClientSettings::gui

settings related to the GUI

Definition at line 696 of file settings_type.h.

◆ music

MusicSettings ClientSettings::music

settings related to music/sound

Definition at line 700 of file settings_type.h.

◆ network

NetworkSettings ClientSettings::network

settings related to the network

Definition at line 697 of file settings_type.h.

◆ news_display

NewsSettings ClientSettings::news_display

news display settings.

Definition at line 701 of file settings_type.h.

◆ sound

SoundSettings ClientSettings::sound

sound effect settings

Definition at line 699 of file settings_type.h.


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