ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Get name of frame mouse pointer is above (https://www.esoui.com/forums/showthread.php?t=281)

ins 03/14/14 07:08 PM

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?

Quote:

/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?

Seerah 03/14/14 07:15 PM

/script moc():GetName()

ins 03/14/14 10:24 PM

Quote:

Originally Posted by Seerah (Post 1273)
/script moc():GetName()

Thank you :)

Seerah 03/14/14 10:28 PM

Sorry, I forgot part. ><

/script d(moc():GetName())

ins 03/14/14 10:34 PM

Quote:

Originally Posted by Seerah (Post 1284)
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?

ingeniousclown 03/15/14 01:18 AM

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.

ins 03/15/14 10:01 AM

Quote:

Originally Posted by ingeniousclown (Post 1289)
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 :)


All times are GMT -6. The time now is 10:29 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI