MASIKerbalEngineer - MOARdV/AvionicsSystems GitHub Wiki

MASIKerbalEngineer.cs

MASIKerbalEngineer is the AvionicsSystems interface with Kerbal Engineer Redux.


KER Simulation Category

The KER Simulation category reports information from Kerbal Enginner Redux.

ke.Available()

Returns 1 if Kerbal Engineer Redux is installed and available.

ke.DeltaV()

Returns the total delta-V available to the vessel, in m/s.

ke.LandingAltitude()

Returns the projected altitude of landing, in meters.

ke.LandingLatitude()

Returns the projected latitude of landing, in meters.

ke.LandingLongitude()

Returns the projected longitude of landing, in meters.

ke.LandingTime()

Returns the projected time of landing, in seconds.

ke.StageDeltaV()

Returns the total delta-V available to the vessel, in m/s.


This documentation was automatically generated from source code at 17:02 UTC on 12/Aug/2018.