StorableObjects T  Item Property KerbalData - KSP Data Unlocked!
Gets or sets the value of a particular KSP data object.

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public T this[
	string id
] { get; set; }

Return Value

object for the associtated ID
See Also