mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 02:16:31 +02:00
added support for properly named attack-strength tag (and keep support for old name)
This commit is contained in:
@@ -178,9 +178,11 @@ public:
|
||||
|
||||
XmlNode *getChild(unsigned int i) const;
|
||||
XmlNode *getChild(const string &childName, unsigned int childIndex=0) const;
|
||||
XmlNode *getChildWithAliases(vector<string> childNameList, unsigned int childIndex=0) const;
|
||||
vector<XmlNode *> getChildList(const string &childName) const;
|
||||
bool hasChildAtIndex(const string &childName, int childIndex=0) const;
|
||||
bool hasChild(const string &childName) const;
|
||||
bool hasChildWithAliases(vector<string> childNameList) const;
|
||||
int clearChild(const string &childName);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user