Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again. More...
#include <ai_event_types.hpp>
Public Member Functions | |
AIEventDisasterZeppelinerCleared (StationID station) | |
StationID | GetStationID () |
Get the StationID of the station containing the affected airport. | |
Static Public Member Functions | |
static const char * | GetClassName () |
Get the name of this class to identify it towards squirrel. | |
static AIEventDisasterZeppelinerCleared * | Convert (AIEvent *instance) |
Convert an AIEvent to the real instance. | |
Private Attributes | |
StationID | station |
Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again.
Definition at line 772 of file ai_event_types.hpp.
AIEventDisasterZeppelinerCleared::AIEventDisasterZeppelinerCleared | ( | StationID | station | ) | [inline] |
station | The station containing the affected airport |
Definition at line 780 of file ai_event_types.hpp.
static AIEventDisasterZeppelinerCleared* AIEventDisasterZeppelinerCleared::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
instance | The instance to convert. |
Definition at line 790 of file ai_event_types.hpp.
static const char* AIEventDisasterZeppelinerCleared::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIEvent.
Definition at line 775 of file ai_event_types.hpp.
StationID AIEventDisasterZeppelinerCleared::GetStationID | ( | ) | [inline] |
Get the StationID of the station containing the affected airport.
Definition at line 796 of file ai_event_types.hpp.