ConfigAccessor.AddValueByPath Method (ConfigNode, String, String) |
Adds a repeated value in config node by a path.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntaxpublic static void AddValueByPath(
ConfigNode node,
string path,
string value
)
Request Example
View SourceParameters
- node
- Type: (Default Namespace).ConfigNode
A node to set data in. - path
- Type: System.String
A string path to the nodes. Path components should be separated by '/'
symbol. - value
- Type: System.String
A string value to add into the node.
See Also