View Single Post
10-23-10, 05:22 AM   #4
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
The upadate function is

Code:
local UpdatePlate = function(self)
[..]
end
in caelNameplates.lua
(starts at line 59)

It hooks the OnShow event of the plate frames.
  Reply With Quote