no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Shows the tooltip for a unit's buff. | Shows the tooltip for a unit's buff. | ||
GameTooltip:SetUnitBuff("unitId",buffIndex[, raidFilter]) | GameTooltip:SetUnitBuff("unitId", buffIndex[, raidFilter]) | ||
== Parameters == | |||
<big>'''Arguments'''</big> | |||
:("unitId", buffIndex[, raidFilter]) | |||
:;unitId : String - the [[unitId]] of the unit whose buff is to be shown | :;unitId : String - the [[unitId]] of the unit whose buff is to be shown | ||
:;buffIndex : Number - the index of the buff to be shown | :;buffIndex : Number - the index of the buff to be shown | ||
:;raidFilter : | :;raidFilter : Unknown | ||
<big>'''Returns'''</big> | |||
: | :Unknown | ||