View Single Post
04-15-14, 09:29 AM   #2
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Code:
local metatable = getmetatable(CreateFrame("Frame"))
Note that each object type (Frame, Button, Slider, etc) has its own metatable.
__________________
Grab your sword and fight the Horde!
  Reply With Quote