WoW:API TargetLastTarget: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API TargetLastTarget to API TargetLastTarget without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''TargetLastTarget''' ''-Documentation by Kadish-''</center>
{{wowapi}}
{{protectedapi|2.0.1|Try /targetlasttarget}}


Selects the last target as the current target. New as of patch 1.6.
Selects the last target as the current target. New as of patch 1.6.
Line 25: Line 26:


: 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.
: 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.
----
{{Template:WoW API}}
[[Category:API Targetting Functions|TargetLastTarget]]

Latest revision as of 04:47, 15 August 2023

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.