WoW:API UnitBuff: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page API UnitBuff to WoW:API UnitBuff without leaving a redirect
(Correction of grammar.) |
m (Move page script moved page API UnitBuff to WoW:API UnitBuff without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 11: | Line 11: | ||
== Returns == | == Returns == | ||
;name : String - The name of the spell or effect of the buff, or nil if no buff was found with the specified name or at the specified index. This is the name shown in yellow when you mouse over the icon. | ;name : String - The name of the spell or effect of the buff, or nil if no buff 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 buff. Returns "" if there is no rank. | ;rank : String - The rank line from the tooltip of the spell or effect that caused the buff, e.g. "Rank 2". Returns "" if there is no rank. | ||
;iconTexture : String - The identifier of (path and filename to) the indicated buff. | ;iconTexture : String - The identifier of (path and filename to) the indicated buff. | ||
;count : Number - The number of times the buff has been applied to the target. | ;count : Number - The number of times the buff has been applied to the target. | ||