Thread Tools Display Modes
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
03/14/14, 07:15 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
/script moc():GetName()
  Reply With Quote
03/14/14, 10:24 PM   #3
ins
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 76
Originally Posted by Seerah View Post
/script moc():GetName()
Thank you
  Reply With Quote
03/14/14, 10:28 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Sorry, I forgot part. ><

/script d(moc():GetName())
  Reply With Quote
03/14/14, 10:34 PM   #5
ins
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 76
Originally Posted by Seerah View Post
Sorry, I forgot part. ><

/script d(moc():GetName())
hehe, dont worry, knew that one already :-)

By the way, this "moc" and other commands, they not listed on the Wiki?
  Reply With Quote
03/15/14, 01:18 AM   #6
ingeniousclown
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 122
If you don't have it already, go download the mod "Zgoo" from this site.

You can inspect any UI element with it on a fairly deep level and even travel through its' children. I've found it pretty handy.
  Reply With Quote
03/15/14, 10:01 AM   #7
ins
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 76
Originally Posted by ingeniousclown View Post
If you don't have it already, go download the mod "Zgoo" from this site.

You can inspect any UI element with it on a fairly deep level and even travel through its' children. I've found it pretty handy.
Thanks, Grabbing it now :-)

Kinda miss the inbuilt "debugger" we had in Warhammer days, but luckily the community provides what the vendor fails to do
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Get name of frame mouse pointer is above


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off