WoW:API GameTooltip SetUnitAura: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(better lead-in)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
{{NYI}}
'''GameTooltip:SetUnitAura''' shows the tooltip for a unit's aura.
 
'''API GameTooltip SetUnitAura''' shows the tooltip for a unit's aura.
 
   GameTooltip:SetUnitAura("unitId", auraIndex[, filter])
   GameTooltip:SetUnitAura("unitId", auraIndex[, filter])



Revision as of 01:57, 28 December 2009

Widget API ← GameTooltip < SetUnitAura

GameTooltip:SetUnitAura shows the tooltip for a unit's aura.

 GameTooltip:SetUnitAura("unitId", auraIndex[, filter])
Arguments
("unitId",auraIndex[, filter])
unitId
String - the unitId of the unit whose aura is to be shown
auraIndex
Number - the index of the aura to be shown
filter
same as UnitAura(...) "HARMFUL" for debuffs, "HELP" for buffs, "RAID" for raid specific, etc...
Returns
unknown