Vessel Members KerbalData - KSP Data Unlocked!

The Vessel type exposes the following members.
Constructors

  NameDescription
Public methodVessel
Initializes a new instance of the Vessel 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 methodOnlineContainsKey (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineContainsValue (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodEmptyResources
Emppties all resources in this vessel
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFillResources
Fills all resource parts in this vessel
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 propertyActionGroups
Gets or sets vessel action groups
Public propertyAltitude
Gets or sets altitude
Public propertyCom
Gets or sets Com
Public propertyComparer
Gets the comparer
(Inherited from KerbalDataObject.)
Public propertyCount
Gets the count of unmapped elements
(Inherited from KerbalDataObject.)
Public propertyEva
Gets or sets eva
Public propertyHgt
Gets or sets hgt
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 propertyLanded
Gets or sets the landed flag
Public propertyLandedAt
Gets or sets the landed at value
Public propertyLatitude
Gets or sets latitude
Public propertyLct
Gets or sets lct
Public propertyLongitude
Gets or sets longitude
Public propertyMet
Gets or sets the Met
Public propertyMissionElapsedTime
Gets or sets Mission Elapsed time
Public propertyName
Gets or sets the name
Public propertyNrm
Gets or sets nrm
Public propertyOrbit
Gets or sets orbit
Public propertyParts
Gets or sets part collection
Public propertyPid
Gets or sets the Pid
Public propertyPrst
Gets or sets prst
Public propertyRef
Gets or sets ref
Public propertyRoot
Gets or sets root
Public propertyRot
Gets or sets Rot
Public propertySituation
Gets or sets the situation
Public propertySplashed
Gets or sets the splashed flag
Public propertyStage
Gets or sets stage
Public propertyType
Gets or sets the type
Public propertyValues
Gets the values collection
(Inherited from KerbalDataObject.)
Back to Top
See Also