View Single Post
06-22-19, 10:01 AM   #11
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
Grid2LayoutFrame is the name of the frame. You don't have to "find" it.

Code:
/run print(Grid2LayoutFrame)
For clarity, for any frame that has been given a name, that name (and associated frame) is stored as a global

If you are creating names from strings build from the name you can locate them in the global table
Code:
/run print(_G["Grid2LayoutFrame"])
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote