View Single Post
03-23-18, 03:07 PM   #4
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Originally Posted by Kanegasi View Post
I don’t think there’s any functions tied to those variables.
These are both globals you can hook and apply your changes afterwards.
You could just copy the contents of these functions into your hook and replace the globals used with your own locals.
Lua Code:
  1. BuffFrame_UpdateAllBuffAnchors
  2. DebuffButton_UpdateAnchors
__________________
  Reply With Quote