The detailed types of all events. More...
#include "script_event.hpp"#include "script_company.hpp"#include "script_window.hpp"Go to the source code of this file.
Data Structures | |
| class | ScriptEventVehicleCrashed |
| Event Vehicle Crash, indicating a vehicle of yours is crashed. More... | |
| class | ScriptEventSubsidyOffer |
| Event Subsidy Offered, indicating someone offered a subsidy. More... | |
| class | ScriptEventSubsidyOfferExpired |
| Event Subsidy Offer Expired, indicating a subsidy will no longer be awarded. More... | |
| class | ScriptEventSubsidyAwarded |
| Event Subidy Awarded, indicating a subsidy is awarded to some company. More... | |
| class | ScriptEventSubsidyExpired |
| Event Subsidy Expired, indicating a route that was once subsidized no longer is. More... | |
| class | ScriptEventEnginePreview |
| Event Engine Preview, indicating a manufacturer offer you to test a new engine. More... | |
| class | ScriptEventCompanyNew |
| Event Company New, indicating a new company has been created. More... | |
| class | ScriptEventCompanyInTrouble |
| Event Company In Trouble, indicating a company is in trouble and might go bankrupt soon. More... | |
| class | ScriptEventCompanyAskMerger |
| Event Company Ask Merger, indicating a company can be bought (cheaply) by you. More... | |
| class | ScriptEventCompanyMerger |
| Event Company Merger, indicating a company has been bought by another company. More... | |
| class | ScriptEventCompanyBankrupt |
| Event Company Bankrupt, indicating a company has gone bankrupt. More... | |
| class | ScriptEventVehicleLost |
| Event Vehicle Lost, indicating a vehicle can't find its way to its destination. More... | |
| class | ScriptEventVehicleWaitingInDepot |
| Event VehicleWaitingInDepot, indicating a vehicle has arrived a depot and is now waiting there. More... | |
| class | ScriptEventVehicleUnprofitable |
| Event Vehicle Unprofitable, indicating a vehicle lost money last year. More... | |
| class | ScriptEventIndustryOpen |
| Event Industry Open, indicating a new industry has been created. More... | |
| class | ScriptEventIndustryClose |
| Event Industry Close, indicating an industry is going to be closed. More... | |
| class | ScriptEventEngineAvailable |
| Event Engine Available, indicating a new engine is available. More... | |
| class | ScriptEventStationFirstVehicle |
| Event Station First Vehicle, indicating a station has been visited by a vehicle for the first time. More... | |
| class | ScriptEventDisasterZeppelinerCrashed |
| Event Disaster Zeppeliner Crashed, indicating a zeppeliner has crashed on an airport and is blocking the runway. More... | |
| class | ScriptEventDisasterZeppelinerCleared |
| Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again. More... | |
| class | ScriptEventTownFounded |
| Event Town Founded, indicating a new town has been created. More... | |
| class | ScriptEventAircraftDestTooFar |
| Event AircraftDestTooFar, indicating the next destination of an aircraft is too far away. More... | |
| class | ScriptEventAdminPort |
| Event Admin Port, indicating the admin port is sending you information. More... | |
| class | ScriptEventWindowWidgetClick |
| Event Window Widget Click, when a user clicks on a highlighted widget. More... | |
The detailed types of all events.
Definition in file script_event_types.hpp.
1.7.1