WoW:API TargetLastEnemy: Difference between revisions
Jump to navigation
Jump to search
TargetLastEnemy -Documentation by danboo-
m (Recategoried) |
No edit summary |
||
| Line 25: | Line 25: | ||
: Selects the last targetted enemy as the current target. It will select a dead enemy's corpse if that was the last live enemy targetted. | : Selects the last targetted enemy as the current target. It will select a dead enemy's corpse if that was the last live enemy targetted. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:55, 4 January 2006
Selects the last targetted enemy as the current target.
TargetLastEnemy();
- Arguments
- none
- Returns
- nil
- Example
TargetLastEnemy();
- Result
- Description
- Selects the last targetted enemy as the current target. It will select a dead enemy's corpse if that was the last live enemy targetted.