ManaPlus
|
Go to the source code of this file.
Namespaces | |
EmoteDB | |
Typedefs | |
typedef std::map< int, EmoteInfo * > | EmoteInfos |
typedef std::map< int, int > | EmoteToEmote |
typedef EmoteInfos::iterator | EmoteDB::EmoteInfosIterator |
Functions | |
void | EmoteDB::load () |
void | EmoteDB::loadXmlFile (const std::string &fileName, const SkipError skipError) |
void | EmoteDB::loadSpecialXmlFile (const std::string &fileName, const SkipError skipError) |
void | EmoteDB::unload () |
const EmoteInfo * | EmoteDB::get (const int id, const bool allowNull) |
const EmoteInfo * | EmoteDB::get2 (int id, const bool allowNull) |
const EmoteSprite * | EmoteDB::getSprite (const int id, const bool allowNull) |
const int & | EmoteDB::getLast () A_CONST |
int | EmoteDB::getIdByIndex (const int index) |
int | EmoteDB::size () |
typedef std::map<int, EmoteInfo*> EmoteInfos |
typedef std::map<int, int> EmoteToEmote |