WoW:API TargetNearestFriend: Difference between revisions

no edit summary
m (added function definition and description)
 
No edit summary
Line 1: Line 1:
{{wowapi}}
{{protectedapi|2.0.1|}}
This function will select the nearest unit friendly towards you (i.e. is green if you would target it). It has nothing to do with whether you have added the unit to your friends list or not.
This function will select the nearest unit friendly towards you (i.e. is green if you would target it). It has nothing to do with whether you have added the unit to your friends list or not.
TargetNearestFriend({backwards})


== Parameters ==
== Parameters ==
 
:; backwards : Boolean : reverses the order of targetting units.
=== Function ===
:;TargetNearestFriend(): Selects the nearest friendly unit as the current target.
 
=== Returns ===
<tt>nil</tt>.
 
 
----
{{template:WoW API}}