WoWInterface SVN RemoveRaidFrames

[/] [trunk/] [RemoveRaidFrames/] [RemoveRaidFrames.lua] - Rev 7

Compare with Previous | Blame | View Log

local f = CreateFrame("Frame", nil, UIParent)
        f:RegisterEvent("PLAYER_ENTERING_WORLD")
        f:SetScript("OnEvent", function(self, event)
                        CompactRaidFrameManager:UnregisterAllEvents()
                        CompactRaidFrameManager:Hide()
                        CompactRaidFrameContainer:UnregisterAllEvents()
                        CompactRaidFrameContainer:Hide()
end)

Compare with Previous | Blame