It would be awesome to have IsMine as optional for checking buffs in wotlk
name, rank, icon, count, debuffType, duration, expirationTime, isMine, isStealable = UnitAura("unit", index or ["name", "rank"][, "filter"])
Example:
If (ObjectManager.Target.BuffTimeLeft("Vampiric Touch", true) < 1000)
Where the true is isMine
I know I can manually just make a lua function to check it myself, but it would be nice to have built into the api. 🙂
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.