(svn r17112) -Change [NoAI]: AIVehicleList_Station now also works for waypoints

This commit is contained in:
yexo
2009-08-08 16:36:06 +00:00
parent b8b20245bd
commit eb5039f81e
3 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ public:
static const char *GetClassName() { return "AIVehicleList_Station"; }
/**
* @param station_id The station to get the list of vehicles that have orders to him from.
* @param station_id The station to get the list of vehicles from, which have orders to it.
* @pre AIBaseStation::IsValidBaseStation(station_id)
*/
AIVehicleList_Station(StationID station_id);
};