Public Member Functions | Static Public Member Functions | Private Attributes

ScriptEventDisasterZeppelinerCleared Class Reference

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

#include <script_event_types.hpp>

Inheritance diagram for ScriptEventDisasterZeppelinerCleared:
ScriptEvent ScriptObject SimpleCountedObject

Public Member Functions

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

Static Public Member Functions

static
ScriptEventDisasterZeppelinerCleared
Convert (ScriptEvent *instance)
 Convert an ScriptEvent to the real instance.

Private Attributes

StationID station
 The station the zeppeliner crashed.

Detailed Description

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

ai

Definition at line 742 of file script_event_types.hpp.


Constructor & Destructor Documentation

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

Definition at line 747 of file script_event_types.hpp.


Member Function Documentation

static ScriptEventDisasterZeppelinerCleared* ScriptEventDisasterZeppelinerCleared::Convert ( ScriptEvent instance  )  [inline, static]

Convert an ScriptEvent to the real instance.

Parameters:
instance The instance to convert.
Returns:
The converted instance.

Definition at line 757 of file script_event_types.hpp.

StationID ScriptEventDisasterZeppelinerCleared::GetStationID (  )  [inline]

Get the StationID of the station containing the affected airport.

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

Definition at line 763 of file script_event_types.hpp.

References station.


The documentation for this class was generated from the following file: