View Single Post
03-20-23, 02:54 AM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
GossipFrame - GreetingText - EnumerateAtcive()

I have an object GreetingText in GossipFrame as Enumerate element.
In the photo it is an GossipFrame.GreetingPanel.ScrollBox.ScrollTarget.9bf0def0.GreetingText object.
How do I use the command below to access them?

for greetingText in GossipFrame.GreetingPanel.ScrollBox.ScrollTarget.XXXFramePool:EnumerateActive() do


Or what is another method to get the name of this object?
  Reply With Quote