Widget API: GameTooltip:SetUnitAura

Revision as of 04:45, 15 August 2023 by Move page script (talk) (Move page script moved page API GameTooltip SetUnitAura to API GameTooltip SetUnitAura without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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