47 mEmotes[shortcut.index] = shortcut.emoteId;
The class which keeps track of the emote shortcuts.
int mEmotes[SHORTCUT_EMOTES]
The emote stored.
void useEmote(int index)
Try to use the Emote specified by the index.
void load()
Load the configuration information.
void save()
Save the configuration information.
Config config
Global settings (config.xml)
EmoteShortcut * emoteShortcut
LocalPlayer * local_player
std::vector< EmoteShortcutEntry > emoteShortcuts