|
OpenTTD NoAI API
|
Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again. More...
Public Member Functions | |
| AIEventDisasterZeppelinerCleared (StationID station) | |
| StationID | GetStationID () |
| Get the StationID of the station containing the affected airport. | |
Static Public Member Functions | |
| static AIEventDisasterZeppelinerCleared * | Convert (AIEvent *instance) |
| Convert an AIEvent to the real instance. | |
Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again.
| AIEventDisasterZeppelinerCleared::AIEventDisasterZeppelinerCleared | ( | StationID | station | ) | [inline] |
| station | The station containing the affected airport |
| static AIEventDisasterZeppelinerCleared* AIEventDisasterZeppelinerCleared::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
| instance | The instance to convert. |
| StationID AIEventDisasterZeppelinerCleared::GetStationID | ( | ) | [inline] |
Get the StationID of the station containing the affected airport.
1.7.3