Class PluginConfigNode
- Namespace
- KSP.IO
- Assembly
- Assembly-CSharp.dll
public class PluginConfigNode
- Inheritance
-
PluginConfigNode
- Inherited Members
-
- Extension Methods
-
Constructors
PluginConfigNode()
public PluginConfigNode()
PluginConfigNode(PluginConfigNode)
public PluginConfigNode(PluginConfigNode parent)
Parameters
parent PluginConfigNode
Properties
this[string]
public object this[string key] { get; set; }
Parameters
key string
Property Value
- object
Methods
GetParent()
public PluginConfigNode GetParent()
Returns
- PluginConfigNode
GetValue<T>(string)
public T GetValue<T>(string key)
Parameters
key string
Returns
- T
Type Parameters
T
GetValue<T>(string, T)
public T GetValue<T>(string key, T _default)
Parameters
key string
_default T
Returns
- T
Type Parameters
T
SetValue(string, object)
public void SetValue(string key, object value)
Parameters
key string
value object