|
OpenTTD Source 20260421-master-gc2fbc6fdeb
|
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 | |
Settings related to stations.
Definition at line 638 of file settings_type.h.
| bool StationSettings::distant_join_stations |
allow to join non-adjacent stations
Definition at line 641 of file settings_type.h.
| bool StationSettings::modified_catchment |
different-size catchment areas
Definition at line 639 of file settings_type.h.
| bool StationSettings::never_expire_airports |
never expire airports
Definition at line 642 of file settings_type.h.
| bool StationSettings::serve_neutral_industries |
company stations can serve industries with attached neutral stations
Definition at line 640 of file settings_type.h.
| uint8_t StationSettings::station_spread |
amount a station may spread
Definition at line 643 of file settings_type.h.