WoW:API TargetNearestEnemy: Difference between revisions
Jump to navigation
Jump to search
TargetNearestEnemy -Documentation by danboo-
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. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:55, 4 January 2006
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.