Maintenance for the week of December 23:
· [COMPLETE] NA megaservers for maintenance – December 23, 4:00AM EST (9:00 UTC) - 9:00AM EST (14:00 UTC)
· [COMPLETE] EU megaservers for maintenance – December 23, 9:00 UTC (4:00AM EST) - 14:00 UTC (9:00AM EST)

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.