WoW:Event API: Difference between revisions

m
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
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_A-Z_(Full_List)|List of all Events]] details this event API by providing a reference for each of these messages.
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 A-Z (full list)|List of all events]]
* [[Events/Communication|Communication Events]]
* [[Events/Communication|Communication events]]
* [[Events From Disassembly]] including Glue Events
* [[Events from disassembly]] - includes Glue Events
* [[Events that fire during the Loading Process]]
* [[AddOn loading process]] - includes events that fire during the loading process


== Guides ==
== Guides ==