JSIFAR - Mihara/RasterPropMonitor GitHub Wiki
JSIFAR provides access to Ferram Aerospace Research's information and some controls.
- IncreaseFlapSetting/IncreaseFlapSettingState -- Increases flap deflection (up to the limit of 3). The state method is 'on' when flaps are not at maximum.
- DecreaseFlapSetting/DecreaseFlapSettingState -- Decreases flap deflection (down to the limit of 0). The state method is 'on' when flaps are not at minimum.
- SetSpoiler/GetSpoilerState -- Toggles spoilers. The state method is 'on' when spoilers are deployed.
- GetFlapSetting -- Returns the current flap setting (0-3), or -1 if FAR is not installed, or flap settings are otherwise unavailable. Intended for use as PLUGIN_JSIFAR:GetFlapSetting.
- SetFlaps0, SetFlaps1, SetFlaps2, SetFlaps3 -- Set the flaps directly to the desired setting.