Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
ConfigNode.Value Class Reference

A value contained in a config node. string value name and string value More...

Public Member Functions

void Sanitize (bool sanitizeName)
 
 Value (string name, string value)
 
 Value (string name, string value, string vcomment)
 

Public Attributes

string comment = null
 
string name
 
string value
 

Detailed Description

A value contained in a config node. string value name and string value

Constructor & Destructor Documentation

ConfigNode.Value.Value ( string  name,
string  value 
)
inline
ConfigNode.Value.Value ( string  name,
string  value,
string  vcomment 
)
inline

Member Function Documentation

void ConfigNode.Value.Sanitize ( bool  sanitizeName)
inline

Member Data Documentation

string ConfigNode.Value.comment = null
string ConfigNode.Value.name
string ConfigNode.Value.value

The documentation for this class was generated from the following file: