Event Disaster Zeppeliner Crashed, indicating a zeppeliner has crashed on an airport and is blocking the runway. More...
#include <script_event_types.hpp>
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. |
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.
ScriptEventDisasterZeppelinerCrashed::ScriptEventDisasterZeppelinerCrashed | ( | StationID | station | ) | [inline] |
station | The station containing the affected airport |
Definition at line 716 of file script_event_types.hpp.
static ScriptEventDisasterZeppelinerCrashed* ScriptEventDisasterZeppelinerCrashed::Convert | ( | ScriptEvent * | instance | ) | [inline, static] |
Convert an ScriptEvent to the real instance.
instance | The instance to convert. |
Definition at line 726 of file script_event_types.hpp.
StationID ScriptEventDisasterZeppelinerCrashed::GetStationID | ( | ) | [inline] |
Get the StationID of the station containing the affected airport.
Definition at line 732 of file script_event_types.hpp.
References station.