WoW:API TargetNearestEnemy

From AddOn Studio
Revision as of 21:17, 20 November 2004 by WoWWiki>WoWWiki-Doble
Jump to navigation Jump to search
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