View Single Post
09/29/18, 11:25 AM   #6
Eldrni
AddOn Author - Click to view addons
Join Date: Aug 2018
Posts: 7
Originally Posted by Rhyono View Post
ZO_HUDInfamyMeter?
Perhaps it is ZO_HUDInfamyMeter. I just arrived home, so I'll look that one up.

My apologies for my original post, I had misspelled the object I was trying to access. It's not ZO_BountyPanel, it is ZO_BountyDisplay, as what's defined in the ESO source code. Be that as it may, my addon still fails whenever I try to do something like this:
Code:
originalBountyTop = ZO_BountyDisplay:GetTop()
I'll see if ZO_HUDInfamyMeter fares any better.
  Reply With Quote