#include <ai_tilelist.hpp>
Public Member Functions | |
AITileList_StationType (StationID station_id, AIStation::StationType station_type) | |
Static Public Member Functions | |
static const char * | GetClassName () |
Definition at line 103 of file ai_tilelist.hpp.
AITileList_StationType::AITileList_StationType | ( | StationID | station_id, | |
AIStation::StationType | station_type | |||
) |
station_id | The station to create the AITileList for. | |
station_type | The StationType to create the AIList for. |
Definition at line 147 of file ai_tilelist.cpp.
References AITileList::AddTile(), BEGIN_TILE_LOOP, Rect::bottom, END_TILE_LOOP, GetStationIndex(), HasBit(), IsTileType(), AIStation::IsValidStation(), Rect::left, MP_STATION, Rect::right, AIStation::STATION_AIRPORT, AIStation::STATION_BUS_STOP, AIStation::STATION_DOCK, AIStation::STATION_TRAIN, AIStation::STATION_TRUCK_STOP, TileXY(), and Rect::top.