View Single Post
02-20-10, 06:32 AM   #5
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 268
Originally Posted by Freebaser View Post
Code:
local function updateCombo(self)
     do stuff..
end
...

-- this goes in the layout function
self:RegisterEvent('UNIT_COMBO_POINTS', updateCombo)
Thanks Freebaser, helpful, I had almost that already , just need to find a way to update the text inside the function since I can't link there the CPoints frame because of scope I guess.
  Reply With Quote