WoW:API TargetNearestEnemy

From AddOn Studio
Revision as of 19:23, 28 December 2004 by WoWWiki>Flickering (Recategorized)
Jump to navigation Jump to search
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