Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
No edit summary
Line 25: Line 25:
   
 
: 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}}
+
{{WoW API}}
[[Category:API Targetting Functions|TargetLastTarget]]
 

Revision as of 05:55, 4 January 2006

TargetLastTarget -Documentation by Kadish-

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.

Template:WoW API