Difference between revisions of "API:ConfigNode"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (String should be string)
m (stub)
Line 1: Line 1:
This article is a stub, feel free to improve it
+
{{stub}}
 
 
  
 
{{PropertiesStart}}
 
{{PropertiesStart}}

Revision as of 13:13, 21 April 2014

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; }

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

Methods

The following are methods included in ConfigNode.

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