mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
commit
6492028bb2
26 changed files with 79 additions and 52 deletions
|
|
@ -78,7 +78,10 @@ public:
|
|||
String mValue;
|
||||
bool mIsGroup;
|
||||
|
||||
SettingSaveNode(){};
|
||||
SettingSaveNode()
|
||||
{
|
||||
mIsGroup = false;
|
||||
}
|
||||
SettingSaveNode(const String &name, bool isGroup = false)
|
||||
{
|
||||
mName = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue