View Single Post
10-19-20, 11:39 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
What is SHOW that is being upper()ed in the slash command?

Code:
TSMSC_DB.isShown = not TSMSC_DB.isShown
if TSMSC_DB.isShown then
  -- what is actioning the showing of the fame here?
else
  -- what is actioning the hiding of the fame here?
end
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 10-19-20 at 05:39 PM.
  Reply With Quote