Home
last modified time | relevance | path

Searched refs:CA_TRAIN (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dstation_type.h79 CA_TRAIN = 4, ///< Catchment for train stations with "modified catchment" enabled enumerator
H A Dstation.cpp294 case STATION_RAIL: return CA_TRAIN; in GetTileCatchmentRadius()
325 if (this->train_station.tile != INVALID_TILE) ret = std::max<uint>(ret, CA_TRAIN); in GetCatchmentRadius()
H A Drail_gui.cpp1165 int rad = (_settings_game.station.modified_catchment) ? CA_TRAIN : CA_UNMODIFIED; in OnPaint()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_station.cpp163 case STATION_TRAIN: return CA_TRAIN; in GetCoverageRadius()