The FlightState type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| FlightState |
Initializes a new instance of the FlightState class.
|
Methods
| Name | Description | |
|---|---|---|
Adds the specified key and value to the dictionary. (Inherited from | ||
Removes all keys and values from the (Inherited from | ||
| ClearDebris |
Deletes all vessels with the type of Debris or Unknown
| |
Determines whether the (Inherited from | ||
Determines whether the (Inherited from | ||
| EmptyResources |
Empties the resources of all vessels contained within this flightstate
| |
| (Inherited from | ||
| FillResources |
Refills the resources of all vessels contained within this flightstate.
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns an enumerator that iterates through the (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Implements the (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Implements the (Inherited from | ||
Removes the value with the specified key from the (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
Gets the value associated with the specified key. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ActiveVessel |
Gets or sets the active vessel count
| |
| Comparer |
Gets the comparer
(Inherited from KerbalDataObject.) | |
| Count |
Gets the count of unmapped elements
(Inherited from KerbalDataObject.) | |
| Crew |
Gets or sets the crew collection
| |
Gets or sets the value associated with the specified key. (Inherited from | ||
| Keys |
Gets the keys for unmapped properties stored by this object
(Inherited from KerbalDataObject.) | |
| UniverseTime |
Gets or sets the universe time translated into a standard .NET timespan. Value changes mapped to FlightState.Ut.
| |
| Ut |
Gets or sets the raw universe time
| |
| Values |
Gets the values collection
(Inherited from KerbalDataObject.) | |
| Version |
Gets or sets the game version
| |
| Vessels |
Gets or sets the vessel collection
|
See Also