WoW:API TargetNearestEnemy: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 3: Line 3:
Selects the nearest enemy as the current target.
Selects the nearest enemy as the current target.


  TargetNearestEnemy();
  TargetNearestEnemy(reverse);


----
----
;''Arguments''
;''Arguments''


:''none''
:(Number reverse)
 
:;reverse : Set this to 1 to cycle backwards


----
----

Revision as of 21:17, 20 November 2004

TargetNearestEnemy -Documentation by danboo-

Selects the nearest enemy as the current target.

TargetNearestEnemy(reverse);

Arguments
(Number reverse)
reverse
Set this to 1 to cycle backwards

Returns
nil

Example
TargetNearestEnemy();
Result

Description
Selects the nearest enemy as the current target.

Template:WoW API