![]() |
Kerbal Space Program
1.12.4
|
This is the complete list of members for ConfigNode, including all inherited members.
| AddData(ConfigNode node) | ConfigNode | inline |
| AddNode(string name) | ConfigNode | inline |
| AddNode(string name, string vcomment) | ConfigNode | inline |
| AddNode(ConfigNode node) | ConfigNode | inline |
| AddNode(string name, ConfigNode node) | ConfigNode | inline |
| AddValue(string name, object value, string vcomment) | ConfigNode | inline |
| AddValue(string name, string value, string vcomment) | ConfigNode | inline |
| AddValue(string name, object value) | ConfigNode | inline |
| AddValue(string name, string value) | ConfigNode | inline |
| AddValue(string name, bool value, string vcomment) | ConfigNode | inline |
| AddValue(string name, bool value) | ConfigNode | inline |
| AddValue(string name, byte value, string vcomment) | ConfigNode | inline |
| AddValue(string name, byte value) | ConfigNode | inline |
| AddValue(string name, sbyte value, string vcomment) | ConfigNode | inline |
| AddValue(string name, sbyte value) | ConfigNode | inline |
| AddValue(string name, char value, string vcomment) | ConfigNode | inline |
| AddValue(string name, char value) | ConfigNode | inline |
| AddValue(string name, decimal value, string vcomment) | ConfigNode | inline |
| AddValue(string name, decimal value) | ConfigNode | inline |
| AddValue(string name, double value, string vcomment) | ConfigNode | inline |
| AddValue(string name, double value) | ConfigNode | inline |
| AddValue(string name, float value, string vcomment) | ConfigNode | inline |
| AddValue(string name, float value) | ConfigNode | inline |
| AddValue(string name, int value, string vcomment) | ConfigNode | inline |
| AddValue(string name, int value) | ConfigNode | inline |
| AddValue(string name, uint value, string vcomment) | ConfigNode | inline |
| AddValue(string name, uint value) | ConfigNode | inline |
| AddValue(string name, long value, string vcomment) | ConfigNode | inline |
| AddValue(string name, long value) | ConfigNode | inline |
| AddValue(string name, ulong value, string vcomment) | ConfigNode | inline |
| AddValue(string name, ulong value) | ConfigNode | inline |
| AddValue(string name, short value, string vcomment) | ConfigNode | inline |
| AddValue(string name, short value) | ConfigNode | inline |
| AddValue(string name, ushort value, string vcomment) | ConfigNode | inline |
| AddValue(string name, ushort value) | ConfigNode | inline |
| AddValue(string name, Vector2 value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Vector2 value) | ConfigNode | inline |
| AddValue(string name, Vector3 value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Vector3 value) | ConfigNode | inline |
| AddValue(string name, Vector3d value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Vector3d value) | ConfigNode | inline |
| AddValue(string name, Vector4 value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Vector4 value) | ConfigNode | inline |
| AddValue(string name, Quaternion value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Quaternion value) | ConfigNode | inline |
| AddValue(string name, QuaternionD value, string vcomment) | ConfigNode | inline |
| AddValue(string name, QuaternionD value) | ConfigNode | inline |
| AddValue(string name, Matrix4x4 value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Matrix4x4 value) | ConfigNode | inline |
| AddValue(string name, Color value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Color value) | ConfigNode | inline |
| AddValue(string name, Color32 value, string vcomment) | ConfigNode | inline |
| AddValue(string name, Color32 value) | ConfigNode | inline |
| CheckAndParseColor(string colorString, out Color color) | ConfigNode | inlinestatic |
| ClearData() | ConfigNode | inline |
| ClearNodes() | ConfigNode | inline |
| ClearValues() | ConfigNode | inline |
| comment | ConfigNode | |
| CompileConfig(ConfigNode node) | ConfigNode | inlinestatic |
| ConfigNode(string name) | ConfigNode | inline |
| ConfigNode(string name, string vcomment) | ConfigNode | inline |
| ConfigNode() | ConfigNode | inline |
| configTabIndent | ConfigNode | |
| CopyTo(ConfigNode node) | ConfigNode | inline |
| CopyTo(ConfigNode node, bool overwrite) | ConfigNode | inline |
| CopyTo(ConfigNode node, string newName) | ConfigNode | inline |
| CountNodes | ConfigNode | |
| CountValues | ConfigNode | |
| CreateConfigFromObject(object obj) | ConfigNode | inlinestatic |
| CreateConfigFromObject(object obj, ConfigNode node) | ConfigNode | inlinestatic |
| CreateConfigFromObject(object obj, int pass) | ConfigNode | inlinestatic |
| CreateConfigFromObject(object obj, int pass, ConfigNode node) | ConfigNode | inlinestatic |
| CreateCopy() | ConfigNode | inline |
| CreateObjectFromConfig(string typeName, ConfigNode node) | ConfigNode | inlinestatic |
| CreateObjectFromConfig(ConfigNode node) | ConfigNode | inlinestatic |
| CreateObjectFromConfig< T >(ConfigNode node) | ConfigNode | inlinestatic |
| GetNode(string name) | ConfigNode | inline |
| GetNode(string name, string valueName, string value) | ConfigNode | inline |
| GetNode(string name, int index) | ConfigNode | inline |
| GetNodeID(string id) | ConfigNode | inline |
| GetNodes(string name) | ConfigNode | inline |
| GetNodes(string name, string valueName, string value) | ConfigNode | inline |
| GetNodes() | ConfigNode | inline |
| GetValue(string name) | ConfigNode | inline |
| GetValue(string name, int index) | ConfigNode | inline |
| GetValues() | ConfigNode | inline |
| GetValues(string name) | ConfigNode | inline |
| GetValuesList(string name) | ConfigNode | inline |
| GetValuesStartsWith(string name) | ConfigNode | inline |
| HasData | ConfigNode | |
| HasNode(string name) | ConfigNode | inline |
| HasNode() | ConfigNode | inline |
| HasNodeID(string id) | ConfigNode | inline |
| HasValue(string name) | ConfigNode | inline |
| HasValue() | ConfigNode | inline |
| HasValues(params string[] values) | ConfigNode | inline |
| id | ConfigNode | |
| Load(string fileFullName) | ConfigNode | inlinestatic |
| Load(string fileFullName, bool bypassLocalization) | ConfigNode | inlinestatic |
| LoadFromTextAssetResource(string resourcePath) | ConfigNode | inlinestatic |
| LoadObjectFromConfig(object obj, ConfigNode node, int pass, bool removeAfterUse) | ConfigNode | inlinestatic |
| LoadObjectFromConfig(object obj, ConfigNode node, int pass) | ConfigNode | inlinestatic |
| LoadObjectFromConfig(object obj, ConfigNode node) | ConfigNode | inlinestatic |
| Merge(ConfigNode mergeTo, ConfigNode mergeFrom) | ConfigNode | inlinestatic |
| name | ConfigNode | |
| nodes | ConfigNode | |
| Parse(string s) | ConfigNode | inlinestatic |
| ParseColor(string vectorString) | ConfigNode | inlinestatic |
| ParseColor32(string vectorString) | ConfigNode | inlinestatic |
| ParseEnum(Type enumType, string vectorString) | ConfigNode | inlinestatic |
| ParseMatrix4x4(string quaternionString) | ConfigNode | inlinestatic |
| ParseQuaternion(string quaternionString) | ConfigNode | inlinestatic |
| ParseQuaternionD(string quaternionString) | ConfigNode | inlinestatic |
| ParseVector2(string vectorString) | ConfigNode | inlinestatic |
| ParseVector3(string vectorString) | ConfigNode | inlinestatic |
| ParseVector3D(string vectorString) | ConfigNode | inlinestatic |
| ParseVector4(string vectorString) | ConfigNode | inlinestatic |
| RemoveNode(string name) | ConfigNode | inline |
| RemoveNode(ConfigNode node) | ConfigNode | inline |
| RemoveNodes(string name) | ConfigNode | inline |
| RemoveNodesStartWith(string startsWith) | ConfigNode | inline |
| RemoveValue(string name) | ConfigNode | inline |
| RemoveValues(params string[] names) | ConfigNode | inline |
| RemoveValues(string startsWith) | ConfigNode | inline |
| RemoveValuesStartWith(string startsWith) | ConfigNode | inline |
| Save(string fileFullName) | ConfigNode | inline |
| Save(string fileFullName, string header) | ConfigNode | inline |
| SetNode(string name, ConfigNode newNode, bool createIfNotFound=false) | ConfigNode | inline |
| SetNode(string name, ConfigNode newNode, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, string newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, string newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, string newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, string newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, bool newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, bool newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, bool newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, bool newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, byte newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, byte newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, byte newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, byte newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, sbyte newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, sbyte newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, sbyte newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, sbyte newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, char newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, char newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, char newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, char newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, decimal newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, decimal newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, decimal newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, decimal newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, double newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, double newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, double newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, double newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, float newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, float newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, float newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, float newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, int newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, int newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, int newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, int newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, uint newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, uint newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, uint newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, uint newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, long newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, long newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, long newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, long newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ulong newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ulong newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ulong newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ulong newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, short newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, short newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, short newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, short newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ushort newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ushort newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ushort newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, ushort newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector2 newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector2 newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector2 newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector2 newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3 newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3 newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3 newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3 newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3d newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3d newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3d newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector3d newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector4 newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector4 newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector4 newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Vector4 newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Quaternion newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Quaternion newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Quaternion newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Quaternion newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, QuaternionD newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, QuaternionD newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, QuaternionD newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, QuaternionD newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Matrix4x4 newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Matrix4x4 newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Matrix4x4 newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Matrix4x4 newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color32 newValue, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color32 newValue, int index, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color32 newValue, string vcomment, bool createIfNotFound=false) | ConfigNode | inline |
| SetValue(string name, Color32 newValue, string vcomment, int index, bool createIfNotFound=false) | ConfigNode | inline |
| ToString() | ConfigNode | inline |
| TryGetEnum(string name, Type enumType, ref Enum value) | ConfigNode | inline |
| TryGetEnum< T >(string name, ref T value, T defaultValue) | ConfigNode | inline |
| TryGetNode(string name, ref ConfigNode node) | ConfigNode | inline |
| TryGetValue(string name, ref string value) | ConfigNode | inline |
| TryGetValue(string name, ref string[] value) | ConfigNode | inline |
| TryGetValue(string name, ref float value) | ConfigNode | inline |
| TryGetValue(string name, ref double value) | ConfigNode | inline |
| TryGetValue(string name, ref int value) | ConfigNode | inline |
| TryGetValue(string name, ref uint value) | ConfigNode | inline |
| TryGetValue(string name, ref long value) | ConfigNode | inline |
| TryGetValue(string name, ref ulong value) | ConfigNode | inline |
| TryGetValue(string name, ref bool value) | ConfigNode | inline |
| TryGetValue(string name, ref Vector3 value) | ConfigNode | inline |
| TryGetValue(string name, ref Vector3d value) | ConfigNode | inline |
| TryGetValue(string name, ref Vector2 value) | ConfigNode | inline |
| TryGetValue(string name, ref Vector2d value) | ConfigNode | inline |
| TryGetValue(string name, ref Vector4 value) | ConfigNode | inline |
| TryGetValue(string name, ref Vector4d value) | ConfigNode | inline |
| TryGetValue(string name, ref Quaternion value) | ConfigNode | inline |
| TryGetValue(string name, ref QuaternionD value) | ConfigNode | inline |
| TryGetValue(string name, ref Rect value) | ConfigNode | inline |
| TryGetValue(string name, ref Color value) | ConfigNode | inline |
| TryGetValue(string name, ref Color32 value) | ConfigNode | inline |
| TryGetValue(string name, ref Guid value) | ConfigNode | inline |
| values | ConfigNode | |
| WriteBoolArray(bool[]flags) | ConfigNode | inlinestatic |
| WriteColor(Color color) | ConfigNode | inlinestatic |
| WriteColor(Color32 color) | ConfigNode | inlinestatic |
| WriteEnum(System.Enum en) | ConfigNode | inlinestatic |
| WriteEnumIntArray< T >(T[]flags) | ConfigNode | inlinestatic |
| WriteMatrix4x4(Matrix4x4 matrix) | ConfigNode | inlinestatic |
| WriteQuaternion(Quaternion quaternion) | ConfigNode | inlinestatic |
| WriteQuaternion(QuaternionD quaternion) | ConfigNode | inlinestatic |
| WriteStringArray(string[]strings) | ConfigNode | inlinestatic |
| WriteVector(Vector2 vector) | ConfigNode | inlinestatic |
| WriteVector(Vector3 vector) | ConfigNode | inlinestatic |
| WriteVector(Vector3d vector) | ConfigNode | inlinestatic |
| WriteVector(Vector4 vector) | ConfigNode | inlinestatic |
1.8.7