WoW API: TargetLastTarget

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API TargetLastTarget to API TargetLastTarget without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < TargetLastTarget

Selects the last target as the current target. New as of patch 1.6.

TargetLastTarget();

Arguments
none

Returns
nil

Example
TargetLastTarget();
Result

Description
Selects the last target as the current target. It will select a dead character or mob's corpse if that was the last live character or mob targetted. Can distinguish between two mobs of the same name and level.