Typedefs | |
typedef EmoteInfos::iterator | EmoteInfosIterator |
Functions | |
void | load () |
void | unload () |
const EmoteInfo * | get (int id) |
const AnimatedSprite * | getAnimation (int id) |
const int & | getLast () |
typedef EmoteInfos::iterator EmoteDB::EmoteInfosIterator |
const EmoteInfo * EmoteDB::get | ( | int | id | ) |
Definition at line 126 of file emotedb.cpp.
const AnimatedSprite * EmoteDB::getAnimation | ( | int | id | ) |
Definition at line 141 of file emotedb.cpp.
const int & EmoteDB::getLast | ( | ) |
Definition at line 147 of file emotedb.cpp.
void EmoteDB::load | ( | ) |
Definition at line 37 of file emotedb.cpp.
void EmoteDB::unload | ( | ) |
Definition at line 99 of file emotedb.cpp.