Skip to content

MASIEngine

MOARdV edited this page Dec 27, 2017 · 11 revisions

MASIEngine.cs

The MASIEngine class provides an interface between Avionics Systems and aircraft engine related features.

engine.ThrustReverserCount()

Returns: Number of thrust reverser modules.

The number of thrust reverser modules found on the vessel.

engine.ThrustReverserPosition()

Returns: Thrust reverser position in the range [0, 1], or 0.

Returns the normalized thrust reverser position, or 0 if there are none.

engine.ToggleThrustReverser()

Returns: 1 if reversers were toggle, 0 if there are no thrust reversers.

Toggles installed thrust reversers (deploys them if they are not deployed, retracts them if they are deployed).


This documentation was automatically generated from source code at 16:38 UTC on 27/Dec/2017.

Clone this wiki locally