Load emotes from DBC

This commit is contained in:
Kelsi 2026-02-07 20:02:14 -08:00
parent 361277cf5b
commit 0ebf4d1e5e
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);