Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again. More...
#include <script_event_types.hpp>
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. | |
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.
| ScriptEventDisasterZeppelinerCleared::ScriptEventDisasterZeppelinerCleared | ( | StationID | station | ) | [inline] |
| station | The station containing the affected airport |
Definition at line 747 of file script_event_types.hpp.
| static ScriptEventDisasterZeppelinerCleared* ScriptEventDisasterZeppelinerCleared::Convert | ( | ScriptEvent * | instance | ) | [inline, static] |
Convert an ScriptEvent to the real instance.
| instance | The instance to convert. |
Definition at line 757 of file script_event_types.hpp.
| StationID ScriptEventDisasterZeppelinerCleared::GetStationID | ( | ) | [inline] |
Get the StationID of the station containing the affected airport.
Definition at line 763 of file script_event_types.hpp.
References station.
1.7.1