AircraftLoadEvent

The AircraftLoadEvent object extends Event to represent an aircraft being loaded or unloaded by the simulator. The aircraft may be the user's aircraft or another aircraft.

If you use the same callback for load and unload events, you may need to check the event type (event.type) to see if this is an aircraft_load or aircraft_unload event.

Properties

In addition to the properties of Event:

References