WoW:MACRO petmoveto: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{macro}} Moves the active pet to a specific location by bringing up the normal targeting UI. == Aliases == :none == Arguments == :none == Notes == :This only brings up the ...")
 
m (Move page script moved page MACRO petmoveto to MACRO petmoveto without leaving a redirect)
 

Latest revision as of 04:48, 15 August 2023

Macro commands

Moves the active pet to a specific location by bringing up the normal targeting UI.

Aliases

none

Arguments

none

Notes

This only brings up the targeting, and does not by itself move the pet.
For Macros, is the same as running /click PetActionButton3 LeftButton
For UI Customization this is an alternative to PetMoveTo() as that API is secure and not useable from user code.