Torque3D Documentation / _generateds / SettingSaveNode

SettingSaveNode

Engine/source/util/settings.h

More...

Public Functions

Public Static Functions

Detailed Description

Public Attributes

Vector< SettingSaveNode * > mGroupNodes 
bool mIsGroup 
String mName 
Vector< SettingSaveNode * > mSettingNodes 
String mValue 

Public Functions

SettingSaveNode()

SettingSaveNode(const String & name, bool isGroup)

SettingSaveNode(const String & name, const String & value)

~SettingSaveNode()

addValue(const UTF8 * name, const UTF8 * value)

buildDocument(SimXMLDocument * document, bool skipWrite)

clear()

getGroup(const String & name, S32 num)

getGroupCount(const String & name)

getSettingName(const String & name)

Public Static Functions

_NodeCompare(SettingSaveNode *const * a, SettingSaveNode *const * b)