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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now