allow attack boost to apply to self via attribute include-self="true"

This commit is contained in:
Mark Vejvoda
2011-11-04 04:51:12 +00:00
parent cbdde66999
commit db91ca6b9e
4 changed files with 86 additions and 57 deletions

View File

@@ -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;