ManaPlus
|
Go to the source code of this file.
Functions | |
void | readItemStatsString (std::string &effect, const xmlNodePtr node, const ItemFieldInfos &fields) |
void | readItemStatsVector (std::vector< std::string > &effect, const xmlNodePtr node, const ItemFieldInfos &fields) |
void readItemStatsString | ( | std::string & | effect, |
const xmlNodePtr | node, | ||
const ItemFieldInfos & | fields | ||
) |
Definition at line 88 of file itemxmlutils.cpp.
References FOR_EACH, readField(), reportAlways, and translator.
Referenced by ItemDB::loadXmlFile().
void readItemStatsVector | ( | std::vector< std::string > & | effect, |
const xmlNodePtr | node, | ||
const ItemFieldInfos & | fields | ||
) |
Definition at line 109 of file itemxmlutils.cpp.
References FOR_EACH, readField(), reportAlways, and translator.
Referenced by ClanDb::loadXmlFile().