- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Not Added
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