WoW API: TargetLastEnemy

From AddOn Studio
Jump to navigation Jump to search

WoW API < TargetLastEnemy

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.