WoW:API TargetNearestEnemy: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Recategorized)
No edit summary
Line 27: Line 27:


: Selects the nearest enemy as the current target.
: Selects the nearest enemy as the current target.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Targetting Functions|TargetNearestEnemy]]

Revision as of 05:55, 4 January 2006

TargetNearestEnemy -Documentation by danboo-

Selects the nearest enemy as the current target.

TargetNearestEnemy([reverse]);

Arguments
([reverse])
reverse
Boolean - Set to 1 or true to cycle backwards (optional).

Returns
nil

Example
TargetNearestEnemy();
Result

Description
Selects the nearest enemy as the current target.

Template:WoW API