mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 00:20:16 +00:00
Load emotes from DBC
This commit is contained in:
parent
361277cf5b
commit
0ebf4d1e5e
3 changed files with 226 additions and 69 deletions
|
|
@ -116,7 +116,7 @@ public:
|
|||
void playEmote(const std::string& emoteName);
|
||||
void cancelEmote();
|
||||
bool isEmoteActive() const { return emoteActive; }
|
||||
static std::string getEmoteText(const std::string& emoteName);
|
||||
static std::string getEmoteText(const std::string& emoteName, const std::string* targetName = nullptr);
|
||||
|
||||
// Targeting support
|
||||
void setTargetPosition(const glm::vec3* pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue