OpenTTD Source 20241224-master-gf74b0cf984
|
Settings related to news. More...
#include <settings_type.h>
Data Fields | |
uint8_t | arrival_player |
NewsDisplay of vehicles arriving at new stations of current player. | |
uint8_t | arrival_other |
NewsDisplay of vehicles arriving at new stations of other players. | |
uint8_t | accident |
NewsDisplay of accidents that occur. | |
uint8_t | accident_other |
NewsDisplay if a vehicle from another company is involved in an accident. | |
uint8_t | company_info |
NewsDisplay of general company information. | |
uint8_t | open |
NewsDisplay on new industry constructions. | |
uint8_t | close |
NewsDisplay about closing industries. | |
uint8_t | economy |
NewsDisplay on economical changes. | |
uint8_t | production_player |
NewsDisplay of production changes of industries affecting current player. | |
uint8_t | production_other |
NewsDisplay of production changes of industries affecting competitors. | |
uint8_t | production_nobody |
NewsDisplay of production changes of industries affecting no one. | |
uint8_t | advice |
NewsDisplay on advice affecting the player's vehicles. | |
uint8_t | new_vehicles |
NewsDisplay of new vehicles becoming available. | |
uint8_t | acceptance |
NewsDisplay on changes affecting the acceptance of cargo at stations. | |
uint8_t | subsidies |
NewsDisplay of changes on subsidies. | |
uint8_t | general |
NewsDisplay of other topics. | |
Settings related to news.
Definition at line 282 of file settings_type.h.
uint8_t NewsSettings::acceptance |
NewsDisplay on changes affecting the acceptance of cargo at stations.
Definition at line 296 of file settings_type.h.
uint8_t NewsSettings::accident |
NewsDisplay of accidents that occur.
Definition at line 285 of file settings_type.h.
uint8_t NewsSettings::accident_other |
NewsDisplay if a vehicle from another company is involved in an accident.
Definition at line 286 of file settings_type.h.
uint8_t NewsSettings::advice |
NewsDisplay on advice affecting the player's vehicles.
Definition at line 294 of file settings_type.h.
uint8_t NewsSettings::arrival_other |
NewsDisplay of vehicles arriving at new stations of other players.
Definition at line 284 of file settings_type.h.
uint8_t NewsSettings::arrival_player |
NewsDisplay of vehicles arriving at new stations of current player.
Definition at line 283 of file settings_type.h.
uint8_t NewsSettings::close |
NewsDisplay about closing industries.
Definition at line 289 of file settings_type.h.
uint8_t NewsSettings::company_info |
NewsDisplay of general company information.
Definition at line 287 of file settings_type.h.
uint8_t NewsSettings::economy |
NewsDisplay on economical changes.
Definition at line 290 of file settings_type.h.
uint8_t NewsSettings::general |
NewsDisplay of other topics.
Definition at line 298 of file settings_type.h.
uint8_t NewsSettings::new_vehicles |
NewsDisplay of new vehicles becoming available.
Definition at line 295 of file settings_type.h.
uint8_t NewsSettings::open |
NewsDisplay on new industry constructions.
Definition at line 288 of file settings_type.h.
uint8_t NewsSettings::production_nobody |
NewsDisplay of production changes of industries affecting no one.
Definition at line 293 of file settings_type.h.
uint8_t NewsSettings::production_other |
NewsDisplay of production changes of industries affecting competitors.
Definition at line 292 of file settings_type.h.
uint8_t NewsSettings::production_player |
NewsDisplay of production changes of industries affecting current player.
Definition at line 291 of file settings_type.h.
uint8_t NewsSettings::subsidies |
NewsDisplay of changes on subsidies.
Definition at line 297 of file settings_type.h.