Public Member Functions | Static Public Member Functions | Private Attributes

ScriptEventDisasterZeppelinerCrashed Class Reference

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

#include <script_event_types.hpp>

Inheritance diagram for ScriptEventDisasterZeppelinerCrashed:
ScriptEvent ScriptObject SimpleCountedObject

Public Member Functions

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

Static Public Member Functions

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

Private Attributes

StationID station
 The station the zeppeliner crashed.

Detailed Description

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

ai

Definition at line 711 of file script_event_types.hpp.


Constructor & Destructor Documentation

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

Definition at line 716 of file script_event_types.hpp.


Member Function Documentation

static ScriptEventDisasterZeppelinerCrashed* ScriptEventDisasterZeppelinerCrashed::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 726 of file script_event_types.hpp.

StationID ScriptEventDisasterZeppelinerCrashed::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 732 of file script_event_types.hpp.

References station.


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