Event VehicleWaitingInDepot, indicating a vehicle has arrived a depot and is now waiting there.
More...
Detailed Description
Event VehicleWaitingInDepot, indicating a vehicle has arrived a depot and is now waiting there.
Constructor & Destructor Documentation
AIEventVehicleWaitingInDepot::AIEventVehicleWaitingInDepot |
( |
VehicleID |
vehicle_id |
) |
[inline] |
- Parameters:
-
| vehicle_id | The vehicle that is waiting in a depot. |
Member Function Documentation
Convert an AIEvent to the real instance.
- Parameters:
-
| instance | The instance to convert. |
- Returns:
- The converted instance.
VehicleID AIEventVehicleWaitingInDepot::GetVehicleID |
( |
|
) |
[inline] |
Get the VehicleID of the vehicle that is waiting in a depot.
- Returns:
- The VehicleID of the vehicle that is waiting in a depot.