WoW:API GameTooltip SetUnitBuff: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GameTooltip SetUnitBuff to API GameTooltip SetUnitBuff without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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])


;''Arguments''
:("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 : unknown
:;raidFilter : Unknown
 


;''Returns''
<big>'''Returns'''</big>
:unknown
:Unknown

Latest revision as of 04:45, 15 August 2023

Widget API ← GameTooltip < SetUnitBuff

Shows the tooltip for a unit's buff.

 GameTooltip:SetUnitBuff("unitId", buffIndex[, raidFilter])

Parameters[edit]

Arguments

("unitId", buffIndex[, raidFilter])
unitId
String - the unitId of the unit whose buff is to be shown
buffIndex
Number - the index of the buff to be shown
raidFilter
Unknown


Returns

Unknown