WoW:API TargetNearestEnemy

From AddOn Studio
Revision as of 04:47, 19 November 2004 by WoWWiki>Danboo
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
TargetNearestEnemy -Documentation by danboo-

Selects the nearest enemy as the current target.

TargetNearestEnemy();

Arguments
none

Returns
nil

Example
TargetNearestEnemy();
Result

Description
Selects the nearest enemy as the current target.

Template:WoW API