FlightState Members KerbalData - KSP Data Unlocked!

The FlightState type exposes the following members.
Constructors

  NameDescription
Public methodFlightState
Initializes a new instance of the FlightState class.
Back to Top
Methods

  NameDescription
Public methodOnlineAdd
Adds the specified key and value to the dictionary.
(Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineClear (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodClearDebris
Deletes all vessels with the type of Debris or Unknown
Public methodOnlineContainsKey (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineContainsValue (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodEmptyResources
Empties the resources of all vessels contained within this flightstate
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFillResources
Refills the resources of all vessels contained within this flightstate.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetEnumerator (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetObjectData (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineOnDeserialization
Implements the OnlineISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineRemove (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodOnlineTryGetValue
Gets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, JToken .)
Back to Top
Properties

  NameDescription
Public propertyActiveVessel
Gets or sets the active vessel count
Public propertyComparer
Gets the comparer
(Inherited from KerbalDataObject.)
Public propertyCount
Gets the count of unmapped elements
(Inherited from KerbalDataObject.)
Public propertyCrew
Gets or sets the crew collection
Public propertyOnlineItem
Gets or sets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, JToken .)
Public propertyKeys
Gets the keys for unmapped properties stored by this object
(Inherited from KerbalDataObject.)
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
Public propertyValues
Gets the values collection
(Inherited from KerbalDataObject.)
Public propertyVersion
Gets or sets the game version
Public propertyVessels
Gets or sets the vessel collection
Back to Top
See Also