Class

RocketAssistedTakeoffSystem

USI.Core

Aircraft-wide rocket-assisted takeoff equipment. The same named component is present for every simulator; unsupported providers return typed results.

public sealed class RocketAssistedTakeoffSystem : AircraftComponentNode

Methods

TryGetIgnitionSelectedAsync

public Task<USIResult<Boolean>> TryGetIgnitionSelectedAsync()

Gets whether rocket-assisted takeoff ignition is selected.

TrySetIgnitionSelectedAsync

public Task<USIResult> TrySetIgnitionSelectedAsync(bool selected)

Selects or deselects rocket-assisted takeoff ignition using absolute developer intent.