|
Mana
|
Emote information database. More...
Functions | |
| void | init () |
| void | readEmoteNode (XML::Node node, const std::string &filename) |
| void | checkStatus () |
| void | unload () |
| const Emote & | get (int id) |
| const Emote & | getByIndex (int index) |
| int | getEmoteCount () |
Emote information database.
| void EmoteDB::checkStatus | ( | ) |
Definition at line 99 of file emotedb.cpp.
| const Emote & EmoteDB::get | ( | int | id | ) |
Definition at line 115 of file emotedb.cpp.
| const Emote & EmoteDB::getByIndex | ( | int | index | ) |
Definition at line 129 of file emotedb.cpp.
| int EmoteDB::getEmoteCount | ( | ) |
Definition at line 134 of file emotedb.cpp.
| void EmoteDB::init | ( | ) |
Definition at line 39 of file emotedb.cpp.
| void EmoteDB::readEmoteNode | ( | XML::Node | node, |
| const std::string & | filename | ||
| ) |
Definition at line 49 of file emotedb.cpp.
| void EmoteDB::unload | ( | ) |
Definition at line 104 of file emotedb.cpp.