WoW:API SetRaidTarget: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
Set which [[Raid Target Icon]] will be shown over a mob or raid member.  In patch 1.11, Blizzard added the ability for a [[raid]]/[[party]] [[leader]] or assistant leader to assign up to 8 different target icons to [[mob]]s or [[player]]s.  These icons are visible only to other players within the raid or party.
Set which [[Raid Target Icon]] will be shown over a mob or raid member.  In patch 1.11, Blizzard added the ability for a [[raid]]/[[party]] [[leader]] or assistant leader to assign up to 8 different target icons to [[mob]]s or [[player]]s.  These icons are visible only to other players within the raid or party.


Line 5: Line 5:




----
== Parameters ==
;''Arguments''
=== Arguments ===


:("unit")
:("unit")
Line 25: Line 25:
::::8 = White Skull
::::8 = White Skull


----
 
;''Returns''
=== Returns ===


:;nil
:;nil


----
 
;''Example''
== Example ==
  SetRaidTarget("player",1);
  SetRaidTarget("player",1);
{{AlsoSee|[[API SetRaidTargetIcon]]}}
Anonymous user