Public Member Functions | |
GSEventStationFirstVehicle (StationID station, VehicleID vehicle) | |
StationID | GetStationID () |
Get the StationID of the visited station. | |
VehicleID | GetVehicleID () |
Get the VehicleID of the first vehicle. | |
Static Public Member Functions | |
static GSEventStationFirstVehicle * | Convert (GSEvent *instance) |
Convert an GSEvent to the real instance. |
GSEventStationFirstVehicle::GSEventStationFirstVehicle | ( | StationID | station, | |
VehicleID | vehicle | |||
) |
station | The station visited for the first time. | |
vehicle | The vehicle visiting the station. |
static GSEventStationFirstVehicle* GSEventStationFirstVehicle::Convert | ( | GSEvent * | instance | ) | [inline, static] |
Convert an GSEvent to the real instance.
instance | The instance to convert. |
StationID GSEventStationFirstVehicle::GetStationID | ( | ) | [inline] |
Get the StationID of the visited station.
VehicleID GSEventStationFirstVehicle::GetVehicleID | ( | ) | [inline] |
Get the VehicleID of the first vehicle.