Creates a list of stations of which you are the owner. More...
#include <ai_stationlist.hpp>
Public Member Functions | |
AIStationList (AIStation::StationType station_type) | |
Static Public Member Functions | |
static const char * | GetClassName () |
Get the name of this class to identify it towards squirrel. |
Creates a list of stations of which you are the owner.
Definition at line 22 of file ai_stationlist.hpp.
AIStationList::AIStationList | ( | AIStation::StationType | station_type | ) |
station_type | The type of station to make a list of stations for. |
Definition at line 18 of file ai_stationlist.cpp.
References _current_company, AIList::AddItem(), BaseStation::facilities, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem< Tpool >::index, and BaseStation::owner.
static const char* AIStationList::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIList.
Definition at line 25 of file ai_stationlist.hpp.