OpenTTD Source 20250312-master-gcdcc6b491d
|
Used as the user_data for FindFurthestFromWater. More...
Data Fields | |
TileIndex | tile |
holds the tile that was found | |
uint | max_dist |
holds the distance that tile is from the water | |
TownLayout | layout |
tells us what kind of town we're building | |
Used as the user_data for FindFurthestFromWater.
Definition at line 2286 of file town_cmd.cpp.
TownLayout SpotData::layout |
tells us what kind of town we're building
Definition at line 2289 of file town_cmd.cpp.
Referenced by FindFurthestFromWater().
uint SpotData::max_dist |
holds the distance that tile is from the water
Definition at line 2288 of file town_cmd.cpp.
Referenced by FindFurthestFromWater().
TileIndex SpotData::tile |
holds the tile that was found
Definition at line 2287 of file town_cmd.cpp.
Referenced by FindFurthestFromWater(), and FindNearestGoodCoastalTownSpot().