View Single Post
01/23/24, 03:31 AM   #2
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by CircleOf14 View Post
Hello. I'm trying to write my own AddOn. I want to be able to use it while using my gamepad. I'm currently trying to modify the behavior of the control which displays your companion name and their health meter. I've determined that the control is called:

ZO_SmallGroupAnchorFrame

and I am able to successfully reposition it by calling:

ZO_SmallGroupAnchorFrame:SetAnchor()

but I also want to be able to hide it. The problem is when I call:

ZO_SmallGroupAnchorFrame:SetAlpha(0)

nothing happens. I've tried passing other values like 0.1 or 0.2, but nothing works, no value changes the opacity of this control. What am I missing?
try ZO_GroupFrameAnchor maybe ?
  Reply With Quote