it currently shows the spell tooltip which isn't necessarily the one we want for the aura. It seems it's a bit annoying to get the aura tooltip because it relies on knowing the index of an aura.
it currently shows the spell tooltip which isn't necessarily the one we want for the aura. It seems it's a bit annoying to get the aura tooltip because it relies on knowing the index of an aura.
One option is to loop over the Unit's auras when you mouse over an icon indicator and find the matching aura index. This is O(n) but it never happens so it should not be a bottleneck. This is probably the sane way to go about it.
One option is to loop over the Unit's auras when you mouse over an icon indicator and find the matching aura index. This is O(n) but it never happens so it should not be a bottleneck. This is probably the sane way to go about it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
it currently shows the spell tooltip which isn't necessarily the one we want for the aura. It seems it's a bit annoying to get the aura tooltip because it relies on knowing the index of an aura.
One option is to loop over the Unit's auras when you mouse over an icon indicator and find the matching aura index. This is O(n) but it never happens so it should not be a bottleneck. This is probably the sane way to go about it.