WoW:API SetRaidTarget: Difference between revisions

no edit summary
(boilerplate)
No edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Set which [[Raid Target Icon]] will be shown over a mob or raid member.
Set which [[target markers]] will be shown over a mob or raid member.
  SetRaidTarget("unit", iconId);
  SetRaidTarget("unit", iconId);


== Arguments ==
== Arguments ==
;unit : String - The [[API TYPE UnitId|unit]] to change the raid target icon of.
;unit : String - The [[API TYPE UnitId|unit]] to change the target markers of.
;iconId : Number - Raid icon index; 0 to remove any icons from the unit.
;iconId : Number - Raid icon index; 0 to remove any icons from the unit.
::1 = Yellow 4-point Star
::1 = Yellow 4-point Star
Anonymous user