View Single Post
07-05-21, 10:35 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
is there a way to reset all chats without the confirmation...
Code:
FCF_ResetChatWindows()
For the tab you could try something like
Lua Code:
  1. local tab = _G[frame:GetName().."Tab"]
  2. tab:ClearAllPoints()
  3. tab:SetPoint("point", frame, "topoint", x, y)

But I'm not sure if the tab manager might not try to re-aquire it at some point so...
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote