WoW:API UnitBuff: Difference between revisions

Correction of grammar.
mNo edit summary
(Correction of grammar.)
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.
Retrieves info about a certain buff on a certain unit. This is essentially an alias of [[API_UnitAura|UnitAura]] with the "HELPFUL" filter.
  name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable,  
  name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable,  
  shouldConsolidate, spellId = UnitBuff("unit", index or ["name", "rank"][, "filter"])  
  shouldConsolidate, spellId = UnitBuff("unit", [index] or ["name", "rank"][, "filter"])  


== Arguments ==
== Arguments ==
Anonymous user