API TargetNearestEnemy
Talk0
98,585pages on
this wiki
this wiki
Revision as of 23:55, October 19, 2010 by Freebullets (Talk | contribs)
This function is PROTECTED, and can only be called from Blizzard code.
|
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(); -- Targets nearest enemy.
- Description
- Selects the nearest enemy as the current target.
- This is bound to the tab key by default.
- This function only works if initiated by a hardware event.