Mana
Loading...
Searching...
No Matches
Functions
EmoteDB Namespace Reference

Emote information database. More...

Functions

void init ()
 
void readEmoteNode (XML::Node node, const std::string &filename)
 
void checkStatus ()
 
void unload ()
 
const Emoteget (int id)
 
const EmotegetByIndex (int index)
 
int getEmoteCount ()
 

Detailed Description

Emote information database.

Function Documentation

◆ checkStatus()

void EmoteDB::checkStatus ( )

Definition at line 99 of file emotedb.cpp.

◆ get()

const Emote & EmoteDB::get ( int  id)

Definition at line 115 of file emotedb.cpp.

◆ getByIndex()

const Emote & EmoteDB::getByIndex ( int  index)

Definition at line 129 of file emotedb.cpp.

◆ getEmoteCount()

int EmoteDB::getEmoteCount ( )

Definition at line 134 of file emotedb.cpp.

◆ init()

void EmoteDB::init ( )

Definition at line 39 of file emotedb.cpp.

◆ readEmoteNode()

void EmoteDB::readEmoteNode ( XML::Node  node,
const std::string &  filename 
)

Definition at line 49 of file emotedb.cpp.

◆ unload()

void EmoteDB::unload ( )

Definition at line 104 of file emotedb.cpp.