WoW:Events/V

From AddOn Studio
< Events
Revision as of 00:54, 5 August 2006 by WoWWiki>Mikk
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Event API


"VARIABLES_LOADED"
Category: System
 

Fired during the loading phase of the UI to indicate that the Saved Variables of all AddOns that will be loaded during the initial load (or reload) of the UI have have been read into memory from their files.

Note that using this event means that your addon can not be loaded on demand properly. It is better to use ADDON_LOADED and test for arg1 being the name of your addon.