View Single Post
05/26/23, 06:08 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
Install addon merTorchbug updated.
Move your mouse above the control and type /tbm to chat. The inspector of the control below mouse opens and shows you the name of the control and it child controls etc.

e.g. ZO_ActionButton08 or similar

You can then add this control to a lua file and clear the anchors and then anchor out new via function

ZO_ActionButton08:ClearAnchors()
ZO_ActionButton08:SetAnchor(...)

The parameters of the SetAnchor function is explained at the Wiki. Search for SetAnchor or anchor there please. Examples are shown including images.

You can use the merTorchbug inspector too to directly change the anchor at the anchor headline. Changing the values there should show the new placement directly at the screen.

Last edited by Baertram : 05/26/23 at 09:39 AM.
  Reply With Quote