Public Member Functions | Static Public Member Functions

AIEventDisasterZeppelinerCrashed Class Reference

Event Disaster Zeppeliner Crashed, indicating a zeppeliner has crashed on an airport and is blocking the runway. More...

Inheritance diagram for AIEventDisasterZeppelinerCrashed:
AIEvent AIObject

Public Member Functions

 AIEventDisasterZeppelinerCrashed (StationID station)
StationID GetStationID ()
 Get the StationID of the station containing the affected airport.

Static Public Member Functions

static
AIEventDisasterZeppelinerCrashed
Convert (AIEvent *instance)
 Convert an AIEvent to the real instance.

Detailed Description

Event Disaster Zeppeliner Crashed, indicating a zeppeliner has crashed on an airport and is blocking the runway.


Constructor & Destructor Documentation

AIEventDisasterZeppelinerCrashed::AIEventDisasterZeppelinerCrashed ( StationID  station  )  [inline]
Parameters:
station The station containing the affected airport

Member Function Documentation

static AIEventDisasterZeppelinerCrashed* AIEventDisasterZeppelinerCrashed::Convert ( AIEvent instance  )  [inline, static]

Convert an AIEvent to the real instance.

Parameters:
instance The instance to convert.
Returns:
The converted instance.
StationID AIEventDisasterZeppelinerCrashed::GetStationID (  )  [inline]

Get the StationID of the station containing the affected airport.

Returns:
The StationID of the station containing the affected airport.