Click or drag to resize

PersistentConfigNode Class

Persistent type to hold bare ConfigNode.
Inheritance Hierarchy
SystemObject
  (Default Namespace)ConfigNode
    KSPDev.TypesPersistentConfigNode

Namespace:  KSPDev.Types
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public class PersistentConfigNode : ConfigNode, 
	IConfigNode
Request Example View Source

The PersistentConfigNode type exposes the following members.

Constructors
  NameDescription
Public methodPersistentConfigNode
Initializes a new instance of the PersistentConfigNode class
Top
Methods
  NameDescription
Public methodLoad
Copies values from a node.
Public methodSave
Copies values into the node.
Top
Remarks
This type can be used if the module needs to do a run-time parsing of the values.
See Also