View Single Post
11-13-08, 10:17 AM   #30
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Originally Posted by Akryn View Post
it's possible that they changed how the event works, but i doubt it.
VARIABLES_LOADED is the event that fires when all addons have had their saved variables loaded. ADDON_LOADED fires after each successive addon's variables are loaded (and when LOD addons load). thus, for VARIABLES_LOADED, you don't need to do a check; for ADDON_LOADED, you should, assuming that you actually need your variables to have been loaded.
Ah, yes, that's right.
http://www.wowwiki.com/Events_that_f...oading_process
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote