WoW API: AssistUnit

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

WoW API < AssistUnit

Selects the target of the specified id as the current target.

AssistUnit("unit");

Arguments
("unit")
unit
String - The UnitId to select as a target.

Returns
nil

Example
AssistUnit("player");
Result

Description
  • Selects the target of the specified id as the current target. One can use any of the defined UnitId values. One can also use AssistUnit("unit"pet) to assist the pet.
  • If the players target was changed by a Targetting Function it is possible to restore the original target by assisting the player.