WoW API: TargetUnitsPet
Jump to navigation
Jump to search
This is no longer a part of the World of Warcraft API.
|
Targets the specified unit's pet. If no such pet exists, the target will remain unchanged.
TargetUnitsPet("unit");
Parameters[edit]
Arguments[edit]
- unit (string) - The UnitId of the owner of the pet you wish to target
Returns[edit]
- none
Example[edit]
if UnitIsUnit("party1", "target") then TargetUnitsPet("party1") else TargetUnit("party1") end
Details[edit]
The specified unit's pet becomes the active target, if such a pet exists. Otherwise, no change to target is made. Presumably no return value, possibly some status to indicate if success/failure?