OpenTTD Source 20260208-master-g43af8e94d0
StationSettings Struct Reference

Settings related to stations. More...

#include <settings_type.h>

Data Fields

bool modified_catchment
 different-size catchment areas
bool serve_neutral_industries
 company stations can serve industries with attached neutral stations
bool distant_join_stations
 allow to join non-adjacent stations
bool never_expire_airports
 never expire airports
uint8_t station_spread
 amount a station may spread

Detailed Description

Settings related to stations.

Definition at line 619 of file settings_type.h.

Field Documentation

◆ distant_join_stations

bool StationSettings::distant_join_stations

allow to join non-adjacent stations

Definition at line 622 of file settings_type.h.

◆ modified_catchment

bool StationSettings::modified_catchment

different-size catchment areas

Definition at line 620 of file settings_type.h.

◆ never_expire_airports

bool StationSettings::never_expire_airports

never expire airports

Definition at line 623 of file settings_type.h.

◆ serve_neutral_industries

bool StationSettings::serve_neutral_industries

company stations can serve industries with attached neutral stations

Definition at line 621 of file settings_type.h.

◆ station_spread

uint8_t StationSettings::station_spread

amount a station may spread

Definition at line 624 of file settings_type.h.


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