ConfigFile Members KerbalData - KSP Data Unlocked!

The ConfigFile type exposes the following members.
Constructors

  NameDescription
Public methodConfigFile
Initializes a new instance of the ConfigFile 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 methodClone T 
Clones a new instance of the object and all underlying data
(Inherited from StorableObject.)
Public methodOnlineContainsKey (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineContainsValue (Inherited from OnlineDictionary OnlineString, JToken .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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 methodRevert
Restores the object to the state it was in when it's data was first loaded or last saved.
(Overrides StorableObject Revert .)
Public methodSave
Saves the object and all children to the name specified. If class is loaded from KerbalData using the StorableObjects class then save will use the repo managed by storable objects. Otherwise the local filesystem is used.
(Inherited from StorableObject.)
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 propertyAntiAliasing
Gets or sets antialiasing multiplier
Public propertyAutosaveInterval
Gets or sets autosave interval
Public propertyAutosaveShortInterval
Gets or sets autosave short interval
Public propertyCallHome
Gets or sets call home
Public propertyCheckForUpdtes
Gets or sets check for updates flag
Public propertyComparer
Gets the comparer
(Inherited from StorableObject.)
Public propertyConicPatchDrawMode
Gets or sets conic patch draw mode
Public propertyConicPatchLimit
Gets or sets conic patch limit
Public propertyCount
Gets the number of children
(Inherited from StorableObject.)
Public propertyDontSendIp
Gets or sets DontSendIp flag
Public propertyFramerateLimit
Gets or sets framerate limit
Public propertyFullScreen
Gets or sets full screen flag
Public propertyId
Gets the id/name of the element
(Inherited from StorableObject.)
Public propertyIsDirty
Gets the is dirty flag
(Inherited from StorableObject.)
Public propertyOnlineItem
Gets or sets the value associated with the specified key.
(Inherited from OnlineDictionary OnlineString, JToken .)
Public propertyKeys
Gets the key collection for unmapped children
(Inherited from StorableObject.)
Public propertyLightQuality
Gets or sets light quality
Public propertyOriginal
Gets the orginal base data
(Inherited from StorableObject.)
Public propertyQualityPreset
Gets or sets quality preset
Public propertyResloutionHeight
Gets or sets resloution height
Public propertyResloutionWidth
Gets or sets resloution width
Public propertySettingsVersion
Gets or sets the settings version
Public propertyShadowsQuality
Gets or sets shadows quality
Public propertyShowConsoleOnError
Gets or sets show console on error flag
Public propertyShowSpaceCenterCrew
Gets or sets show space center flag
Public propertyTerrain
Gets or sets terrain configuration
Public propertyTextureQuality
Gets or sets texture quality
Public propertyUiSize
Gets or sets UI size
Public propertyUri
Gets the absloute URI of the data
(Inherited from StorableObject.)
Public propertyValues
Gets the values collection for unmapped children
(Inherited from StorableObject.)
Public propertyVerboseDebugLog
Gets or sets verbose debug log flag
Back to Top
See Also