|
OpenTTD Source
14.0-beta1
|
static Titem * Get(size_t index)
Returns Titem with given index.
constexpr TileIndex INVALID_TILE
The very nice invalid tile marker.
DepotPool _depot_pool
All our depots tucked away in a pool.
static debug_inline TileType GetTileType(Tile tile)
Get the tiletype of a given tile.
bool IsOfType(const Depot *d) const
Is the "type" of depot the same as the given depot, i.e.
TimerGameCalendar::Date build_date
Date of construction.
DepotID GetDepotIndex(Tile t)
Get the index of which depot is attached to the tile.
~Depot()
Clean up a depot.
Base class for all pools.
uint16_t town_cn
The N-1th depot for this town (consecutive number)
Base class for all PoolItems.