Load emotes from DBC

This commit is contained in:
Kelsi 2026-02-07 20:02:14 -08:00
parent 0090c30542
commit 6f1f3b295b
3 changed files with 226 additions and 69 deletions

View file

@ -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);