forums/development/518/1
Through trial and error I've figured it out. Also thanks to Chapter 21.
View Articleforums/development/518/10
It does just what the documentation says it does for normal frames. I don't know if it works differently for nameplates these days or not, you'd be in a better position to answer that then I am....
View Articleforums/development/518/11
I can't be sure if nameplates are being protected or not, but when I use numregions I can see how many regions there are. Then I dump those with getregions, and they are all nill. So... it's not...
View Articleforums/development/518/13
I checked out a nameplate lib that was just updated, and yes it's now different. The regions changed, so what I was looking for isn't what I was getting. Also they weren't nill... I was doing it wrong....
View Articleforums/development/518/2
There was an additional argument added to the `COMBAT_LOG_EVENT_UNFILTERED` event called `hideCaster`. I believe this is now the third argument for this event, so everything else needs to move up one...
View Articleforums/development/518/5
Seems as though another part of my mod is broken, how can I find out if there are more additions to event arguments or api calls?
View Articleforums/development/518/6
There's no comprehensive list, you can check the official WoW forums, or check out the compares between versions of the UI, but you'll be stabbing in the dark if you can't describe your problem more...
View Articleforums/development/518/7
I'm not getting any errors yet, and I haven't tried to debug it. However, it's supposed to find healers in battlegrounds and put an icon over their heads (if nameplates are on). Admittedly there is...
View Articleforums/development/518/8
I have removed this post because after further review, I feel I may be able to figure this out. You can't be bothered anyways.
View Articleforums/development/518/9
What does frame:GetRegions() return now? This isn't outlined in the book or on the website as far as I can tell. I'm having a hard time returning the name from a nameplate without knowing what I'm...
View Article