49
edits
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
m (→Reference) |
||
| Line 1: | Line 1: | ||
{{eventlinks}}{{eventapi}} | {{eventlinks}}{{eventapi}} | ||
Events are a basic and important message passing system for WoW and its UI. The [[Event API]] and the WoW UI are built around these messages being recieved by [[XML/Frame|Frames]] from WoW, through the use of event handlers, and by expressly registering for messages for a frame. An OnLoad event fires for a Frame during load, allowing it register for these event messages. The [[ | Events are a basic and important message passing system for WoW and its UI. The [[Event API]] and the WoW UI are built around these messages being recieved by [[XML/Frame|Frames]] from WoW, through the use of event handlers, and by expressly registering for messages for a frame. An OnLoad event fires for a Frame during load, allowing it register for these event messages. The [[Events A-Z (full list)|List of all Events]] details this event API by providing a reference for each of these messages. | ||
== Reference == | == Reference == | ||
* [[ | * [[Events A-Z (full list)|List of all events]] | ||
* [[Events/Communication|Communication | * [[Events/Communication|Communication events]] | ||
* [[Events | * [[Events from disassembly]] - includes Glue Events | ||
* [[ | * [[AddOn loading process]] - includes events that fire during the loading process | ||
== Guides == | == Guides == | ||