mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 10:24:01 +02:00
allow attack boost to apply to self via attribute include-self="true"
This commit is contained in:
@@ -112,6 +112,8 @@ public:
|
||||
|
||||
XmlAttribute *getAttribute(unsigned int i) const;
|
||||
XmlAttribute *getAttribute(const string &name,bool mustExist=true) const;
|
||||
bool hasAttribute(const string &name) const;
|
||||
|
||||
XmlNode *getChild(unsigned int i) const;
|
||||
XmlNode *getChild(const string &childName, unsigned int childIndex=0) const;
|
||||
vector<XmlNode *> getChildList(const string &childName) const;
|
||||
|
Reference in New Issue
Block a user