Event Station First Vehicle, indicating a station has been visited by a vehicle for the first time.
More...
Detailed Description
Event Station First Vehicle, indicating a station has been visited by a vehicle for the first time.
Constructor & Destructor Documentation
AIEventStationFirstVehicle::AIEventStationFirstVehicle |
( |
StationID |
station, |
|
|
VehicleID |
vehicle | |
|
) |
| | [inline] |
- Parameters:
-
| station | The station visited for the first time. |
| vehicle | The vehicle visiting the station. |
Member Function Documentation
Convert an AIEvent to the real instance.
- Parameters:
-
| instance | The instance to convert. |
- Returns:
- The converted instance.
StationID AIEventStationFirstVehicle::GetStationID |
( |
|
) |
[inline] |
Get the StationID of the visited station.
- Returns:
- The StationID of the visited station.
VehicleID AIEventStationFirstVehicle::GetVehicleID |
( |
|
) |
[inline] |
Get the VehicleID of the first vehicle.
- Returns:
- The VehicleID of the first vehicle.