View Single Post
06-22-19, 07:00 AM   #3
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Hi,

this is not what I need. I mean it is what I need to find the names BUT
I need to get a frame by its name in luca code. Not ingame. I need something like:

Code:
local frame = FindFrameByName("Grid2LayoutFrame"); -- example
frame:SetPoint("CENTER", myFrame, "CENTER, 0, 0);

Last edited by Lybrial : 06-22-19 at 07:13 AM.
  Reply With Quote