API:ConfigNode

From Kerbal Space Program Wiki
Jump to: navigation, search
This article is a stub. You can help KSP Wiki by expanding it.

Properties

The following are public properties available in ConfigNode.

Signature Description
int CountNodes { get; } The number of ConfigNodes in the nodes property.
int CountValues { get; } The number ConfigNode.Value in the values property.
bools hasData { get; }
ConfigNode.ConfigNodeList nodes { get; }
ConfigNode.ValueList values { get; }


Fields

The following is a list of publically-accessible fields in ConfigNode. This includes protected items, which can be accessed by subclasses.

Signature Description
string id
string name


Methods

The following are methods included in ConfigNode.

Signature Description
ConfigNode AddNode(ConfigNode node)
ConfigNode AddNode(string name)