View Single Post
08-18-13, 08:28 PM   #13
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by nishay77 View Post
Ah, okay. Thanks for the help, I really appreciate it. I had no idea that API function existed. I'll give this a shot.
A good first step when writing an addon is to look at the code for any parts of the default UI that do something similar. That will give you an idea of what events and API functions you should be using. In this case, the default UI's raid frames show absorb amounts in some form, so CompactUnitFrame.lua should be on your reading list.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote