View Single Post
05/24/17, 10:05 PM   #1
Soleya
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 2
Buff/Debuff Icons

I want to move the in game buff/debuff icons up a little bit.

I moved the health bar up with code like this
ZO_PlayerAttributeHealth:ClearAnchors()
ZO_PlayerAttributeHealth:SetAnchor(TOPLEFT, GuiRoot, TOPLEFT, healthX, healthY)

I cannot figure out what object to use for the buff/debuff icons, and I can't seem to find anything in the documentation about it.
  Reply With Quote