View Single Post
03/14/14, 07:08 PM   #1
ins
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 76
Get name of frame mouse pointer is above

Any way to do in TESO what you could do with the following code snippet in WOW?

/script DEFAULT_CHAT_FRAME:AddMessage( GetMouseFocus():GetName() );
Basically get the name of whatever the mouse is over.

Or perhaps a way to 'iterate' through and list the main window for all elements listed on the screen?
  Reply With Quote