Thread: Hide something
View Single Post
10-17-10, 11:37 AM   #2
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 199
"frame.Show = frame.Hide" would replace the Show()-function with the Hide() one, so that it can't be shown through the normal call.
"frame.Show = nil" to undo.

if you want to hide Blizz-Events, you could also try to :UnregisterAllEvents() of them. I block the BankFrame for my inventory addon this way.
__________________
« Website | GitHub »

Oh hai!
  Reply With Quote