mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Improve spirit healer dialog and target UI
This commit is contained in:
parent
caa7f22f59
commit
f4c3c850bc
2 changed files with 61 additions and 2 deletions
|
|
@ -469,6 +469,7 @@ public:
|
|||
using MountCallback = std::function<void(uint32_t mountDisplayId)>; // 0 = dismount
|
||||
void setMountCallback(MountCallback cb) { mountCallback_ = std::move(cb); }
|
||||
bool isMounted() const { return currentMountDisplayId_ != 0; }
|
||||
bool isHostileAttacker(uint64_t guid) const { return hostileAttackers_.count(guid) > 0; }
|
||||
float getServerRunSpeed() const { return serverRunSpeed_; }
|
||||
void dismount();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue