WoW:API UnitDebuff: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 3: Line 3:
Retrieve info about a certain debuff on a certain unit.
Retrieve info about a certain debuff on a certain unit.


  name, rank, iconTexture, count, debuffType, duration, timeLeft  =  UnitDebuff(unitID, debuffIndex [, removable]);
  name, rank, iconTexture, count, debuffType, duration, timeLeft  =  UnitDebuff(unitID, index or name [, removable]);


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
:;unitId : String - The [[API TYPE UnitId|unit]] you want debuff information for.
:;unitId : String - The [[API TYPE UnitId|unit]] you want debuff information for.
:;debuffIndex : Number - The index of the debuff to retrieve info for. Starts at 1, maximum 40.
:;index or name : Number or string - The index or name of the debuff to retrieve information for. Indices range from 1 to 40.
:;removable : Boolean - <small>''(optional)''</small> - If 1, only debuffs removable by player will be returned; debuffIndex still begins at 1.
:;removable : Boolean - <small>''(optional)''</small> - If 1, only debuffs removable by player will be returned; debuffIndex still begins at 1.


=== Returns ===
=== Returns ===
:;name : String - The name of the spell or effect of the debuff. This is the name shown in yellow when you mouse over the icon.
:;name : String - The name of the spell or effect of the debuff, or nil if no debuff was found with the specified name or at the specified index. This is the name shown in yellow when you mouse over the icon.
:;rank : String - The rank of the spell or effect that caused the debuff. Returns "" if there is no rank.
:;rank : String - The rank of the spell or effect that caused the debuff. Returns "" if there is no rank.
:;texture : String - The identifier of (path and filename to) the indicated debuff, or nil if no debuff
:;texture : String - The identifier of (path and filename to) the indicated debuff, or nil if no debuff
Anonymous user