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 methodAdd (Inherited from ObservableDictionary TKey, TValue .)
Protected methodAddEntry (Inherited from ObservableDictionary TKey, TValue .)
Public methodClear (Inherited from ObservableDictionary TKey, TValue .)
Protected methodClearEntries (Inherited from ObservableDictionary TKey, TValue .)
Public methodContainsKey (Inherited from ObservableDictionary TKey, TValue .)
Public methodContainsValue (Inherited from ObservableDictionary TKey, TValue .)
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 methodGetEnumerator (Inherited from ObservableDictionary TKey, TValue .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetIndexAndEntryForKey (Inherited from ObservableDictionary TKey, TValue .)
Public methodGetObjectData (Inherited from ObservableDictionary TKey, TValue .)
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.)
Protected methodOnCollectionChanged (Inherited from ObservableDictionary TKey, TValue .)
Public methodOnDeserialization (Inherited from ObservableDictionary TKey, TValue .)
Protected methodOnPropertyChanged(String) (Inherited from ObservableDictionary TKey, TValue .)
Protected methodOnPropertyChanged(String, Object) (Inherited from KerbalDataObject.)
Public methodRemove (Inherited from ObservableDictionary TKey, TValue .)
Protected methodRemoveEntry (Inherited from ObservableDictionary TKey, TValue .)
Protected methodSetEntry (Inherited from ObservableDictionary TKey, TValue .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTryGetValue (Inherited from ObservableDictionary TKey, TValue .)
Back to Top
Fields

  NameDescription
Protected field_keyedEntryCollection (Inherited from ObservableDictionary TKey, TValue .)
Back to Top
Properties

  NameDescription
Public propertyActionGroups
Gets or sets vessel action groups. - File Property: ACTIONGROUPS
Public propertyAltitude
Gets or sets altitude. - File Property: alt
Public propertyCom
Gets or sets Com. - File Property: CoM
Public propertyComparer (Inherited from ObservableDictionary TKey, TValue .)
Public propertyCount (Inherited from ObservableDictionary TKey, TValue .)
Public propertyEva
Gets or sets eva. - File Property: Eva
Public propertyHgt
Gets or sets hgt. - File Property: hgt
Public propertyItem (Inherited from ObservableDictionary TKey, TValue .)
Public propertyKeys (Inherited from ObservableDictionary TKey, TValue .)
Public propertyLanded
Gets or sets the landed flag. - File Property: GAME
Public propertyLandedAt
Gets or sets the landed at value. - File Property: GAME
Public propertyLatitude
Gets or sets latitude. - File Property: lat
Public propertyLct
Gets or sets lct. - File Property: lct
Public propertyLongitude
Gets or sets longitude. - File Property: lon
Public propertyMet
Gets or sets the Met. - File Property: GAME
Public propertyMissionElapsedTime
Gets or sets Mission Elapsed time
Public propertyName
Gets or sets the name. - File Property: GAME
Public propertyNrm
Gets or sets nrm. - File Property: nrm
Public propertyOrbit
Gets or sets orbit. - File Property: ORBIT
Public propertyParts
Gets or sets part collection. - File Property: PART
Public propertyPid
Gets or sets the Pid. - File Property: GAME
Public propertyPrst
Gets or sets prst. - File Property: Prst
Public propertyRef
Gets or sets ref. - File Property: ref
Public propertyRoot
Gets or sets root. - File Property: root
Public propertyRot
Gets or sets Rot. - File Property: rot
Public propertySituation
Gets or sets the situation. - File Property: GAME
Public propertySplashed
Gets or sets the splashed flag. - File Property: GAME
Public propertyStage
Gets or sets stage. - File Property: stg
Public propertyType
Gets or sets the type. - File Property: GAME
Public propertyValues (Inherited from ObservableDictionary TKey, TValue .)
Back to Top
Events

  NameDescription
Protected eventCollectionChanged (Inherited from ObservableDictionary TKey, TValue .)
Public eventPropertyChanged (Inherited from KerbalDataObject.)
Back to Top
See Also