Home
last modified time | relevance | path

Searched refs:CatchmentCoversTown (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dstation_base.h502 bool CatchmentCoversTown(TownID t) const;
H A Dstation.cpp393 bool Station::CatchmentCoversTown(TownID t) const in CatchmentCoversTown() function in Station
H A Dtown_cmd.cpp474 if (covers_area && !st->CatchmentCoversTown(t->index)) { in RemoveNearbyStations()