Simulator interface

The simulator object is a global interface to resources provided by the simulator, and properties of the simulator. Access to commands and datarefs is provided by this object, as well as common simulator events and properties.

simulator is available as a single global instance of the simulator interface; you should never need to instantiate a Simulator.

Properties

Methods

Events

Listen to these events using simulator.addEventListener(). Remove your listener using simulator.removeEventListener().