-- Hide the chatframe textures
local G = getfenv(0)
for i = 1,7 do
for k,v in pairs(CHAT_FRAME_TEXTURES) do
G["ChatFrame"..i..v]:Hide()
end
end
for k in pairs(CHAT_FRAME_TEXTURES) do
CHAT_FRAME_TEXTURES[k] = nil
end
tada, you have no need for any type of framework, what your doing is DEAD simple.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So far I have
function TransparentChat:OnEnable
... Yep. Thats it
Then just change the alpha on the frame.
tada, you have no need for any type of framework, what your doing is DEAD simple.