View Single Post
02-20-10, 06:10 PM   #6
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
The first argument of any custom event for oUF is a reference to the frame triggering it.

Code:
local function UpdateComboPoints(self, event, unit)
     --zzz
end
  Reply With Quote