OpenTTD Source 20250502-master-ge0a9c7d818
NewsTypeData Struct Reference

Per-NewsType data. More...

#include <news_type.h>

Public Member Functions

 NewsTypeData (std::string_view name, uint8_t age, SoundFx sound)
 Construct this entry.
 
NewsDisplay GetDisplay () const
 Return the news display option.
 

Data Fields

const std::string_view name
 Name.
 
const uint8_t age
 Maximum age of news items (in days)
 
const SoundFx sound
 Sound.
 

Detailed Description

Per-NewsType data.

Definition at line 108 of file news_type.h.

Constructor & Destructor Documentation

◆ NewsTypeData()

NewsTypeData::NewsTypeData ( std::string_view  name,
uint8_t  age,
SoundFx  sound 
)
inline

Construct this entry.

Parameters
nameThe name of the type.
ageThe maximum age for these messages.
soundThe sound to play.

Definition at line 119 of file news_type.h.

Member Function Documentation

◆ GetDisplay()

NewsDisplay NewsTypeData::GetDisplay ( ) const

Return the news display option.

Returns
display options

Definition at line 346 of file news_gui.cpp.

References SettingDesc::AsIntSetting(), GetSettingFromName(), SettingDesc::IsIntSetting(), name, and IntSettingDesc::Read().

Referenced by ShowLastNewsMessage().

Field Documentation

◆ age

const uint8_t NewsTypeData::age

Maximum age of news items (in days)

Definition at line 110 of file news_type.h.

◆ name

const std::string_view NewsTypeData::name

Name.

Definition at line 109 of file news_type.h.

Referenced by GetDisplay().

◆ sound

const SoundFx NewsTypeData::sound

Sound.

Definition at line 111 of file news_type.h.

Referenced by ShowNewspaper().


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