WoW:API TargetNearestEnemy: Difference between revisions
Jump to navigation
Jump to search
TargetNearestEnemy -Documentation by danboo-
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Selects the nearest enemy as the current target. | Selects the nearest enemy as the current target. | ||
TargetNearestEnemy(); | TargetNearestEnemy(reverse); | ||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
: | :(Number reverse) | ||
:;reverse : Set this to 1 to cycle backwards | |||
---- | ---- |
Revision as of 21:17, 20 November 2004
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.