Public Member Functions | Static Public Member Functions

AIEventDisasterZeppelinerCleared Class Reference

Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again. More...

Inheritance diagram for AIEventDisasterZeppelinerCleared:
AIEvent AIObject

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Convert an AIEvent to the real instance.

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

Get the StationID of the station containing the affected airport.

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