OpenTTD NoAI API
Public Member Functions

AIVehicleList_Station Class Reference

Creates a list of vehicles that have orders to a given station. More...

Inheritance diagram for AIVehicleList_Station:
AIList AIObject

Public Member Functions

 AIVehicleList_Station (StationID station_id)

Detailed Description

Creates a list of vehicles that have orders to a given station.


Constructor & Destructor Documentation

AIVehicleList_Station::AIVehicleList_Station ( StationID  station_id)
Parameters:
station_idThe station to get the list of vehicles from, which have orders to it.
Precondition:
AIBaseStation::IsValidBaseStation(station_id)