(986a3bf)
Go to the source code of this file.
|
void | BeingCommon::readBasicAttributes (BeingInfo *const info, xmlNode *const node, const std::string &hoverCursor) |
|
void | BeingCommon::readWalkingAttributes (BeingInfo *const info, xmlNode *const node, const int moreBlockFlags) |
|
void | BeingCommon::readAiAttributes (BeingInfo *const info, xmlNode *const node) |
|
void | BeingCommon::getIncludeFiles (const std::string &dir, StringVect &list, const std::string &ext) |
|
bool | BeingCommon::readObjectNodes (xmlNode *const &spriteNode, SpriteDisplay &display, BeingInfo *const currentInfo, const std::string &dbName) |
|
◆ loadXmlDir
#define loadXmlDir |
( |
|
name, |
|
|
|
function |
|
) |
| |
Value: { \
name), listVect, ".xml"); \
{ \
} \
}
std::string getStringValue(const std::string &key) const
void getFilesInDir(const std::string &dir, StringVect &list, const std::string &ext)
const bool SkipError_true
StringVect::const_iterator StringVectCIter
Definition at line 39 of file beingcommon.h.
◆ loadXmlDir2
#define loadXmlDir2 |
( |
|
name, |
|
|
|
function, |
|
|
|
ext, |
|
|
|
skipError |
|
) |
| |
Value: { \
{ \
function(*itVect, skipError); \
} \
}
Definition at line 50 of file beingcommon.h.