|
OpenTTD Source 15.0-beta1
|
Structure for storing data while searching the best place to build a statue. More...
Public Member Functions | |
| StatueBuildSearchData (TileIndex best_pos, int count) | |
Data Fields | |
| TileIndex | best_position |
| Best position found so far. | |
| int | tile_count |
| Number of tiles tried. | |
Structure for storing data while searching the best place to build a statue.
Definition at line 3403 of file town_cmd.cpp.
|
inline |
Definition at line 3407 of file town_cmd.cpp.
| TileIndex StatueBuildSearchData::best_position |
Best position found so far.
Definition at line 3404 of file town_cmd.cpp.
Referenced by SearchTileForStatue(), and TownActionBuildStatue().
| int StatueBuildSearchData::tile_count |
Number of tiles tried.
Definition at line 3405 of file town_cmd.cpp.
Referenced by SearchTileForStatue().