How can I go about searching/dumping all UI objects for further reading/interaction? I don't really have any idea where to start. I planning on implementing something similar to Glider's GInterfaceObject/GInterfaceHelper (GInterfaceObject Members).
How can I go about searching/dumping all UI objects for further reading/interaction? I don't really have any idea where to start. I planning on implementing something similar to Glider's GInterfaceObject/GInterfaceHelper (GInterfaceObject Members).
I don't really know what you're talking about in relation to glider, but if you're looking for the FrameXML stuff you can get them here www.wowcompares.com!
With Glider you where able to dump everything on the interface and then make glider to interact with it. I was looking for this also but at the moment I run my bots with macro for things I need interactions with UI (AH bot for instance)
Use Lua? You can do stuff like dostring("AuctionFrame:IsShown()");