FlightState Properties KerbalData - KSP Data Unlocked!
The FlightState type exposes the following members.
Properties

  NameDescription
Public propertyActiveVessel
Gets or sets the active vessel count. - File Property: activeVessel
Public propertyComparer (Inherited from ObservableDictionary TKey, TValue .)
Public propertyCount (Inherited from ObservableDictionary TKey, TValue .)
Public propertyCrew
Gets or sets the crew collection. - File Property: CREW
Public propertyItem (Inherited from ObservableDictionary TKey, TValue .)
Public propertyKeys (Inherited from ObservableDictionary TKey, TValue .)
Public propertyUniverseTime
Gets or sets the universe time translated into a standard .NET timespan. Value changes mapped to FlightState.Ut.
Public propertyUt
Gets or sets the raw universe time. - File Property: UT
Public propertyValues (Inherited from ObservableDictionary TKey, TValue .)
Public propertyVersion
Gets or sets the game version. - File Property: version
Public propertyVessels
Gets or sets the vessel collection. - File Property: VESSEL
Back to Top
See Also