m
no edit summary
(returns, fix things) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Retrieve info about a certain buff on a certain unit. This essentially an alias of [[API_UnitAura|UnitAura]] with the "HELPFUL" filter. | Retrieve info about a certain buff on a certain unit. This essentially an alias of [[API_UnitAura|UnitAura]] with the "HELPFUL" filter. | ||
name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId | name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, | ||
shouldConsolidate, spellId = UnitBuff("unit", index or ["name", "rank"][, "filter"]) | |||
== Arguments == | == Arguments == | ||