The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• [IN PROGRESS] PC/Mac: NA megaserver for maintenance – April 25, 6:00AM EDT (10:00 UTC) - 2:00PM EDT (18:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/comment/8098811/#Comment_8098811

Help programming AddOn

Kulvar
Kulvar
✭✭✭✭
Hello!

I'm looking to develop an AddOn but I can't find how to do some things with the GUI.

Do you know which event is launched when we open character panel (C)?
Or a way to listen every event for a better understanding of how things works and what's available? (a debug mode?)

Is it possible to remove a GUI element, and possibly append it to an other element? How can we perform both?

Is there a way to know the name of a GUI element pointed by the mouse cursor? It would help knowing what it is without checking all elements one by one.
Coward Argonian scholar of the Ebonheart Pact
  • katkat42
    katkat42
    ✭✭✭
    Install the Zgoo add-on. It lets you browse the entire variable namespace. It can also let you watch every event fired (type "/zgoo events" in the chat window), and show you data about the UI element your mouse cursor is hovering over (type "/zgoo mouse").

    You can also execute LUA commands from chat by prepending "/script" to them.

    Beyond that? Find an add-on you admire and read their code.
    Stonehenge ROCKS!
Sign In or Register to comment.