View Single Post
06-16-09, 02:36 PM   #10
Tristanian
Andúril
Premium Member
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 279
Just a small clarification. Addon Loader isn't some kind of magic sauce that converts your addons to Load-On-Demand if they aren't specifically set in that way inside their .toc. Addon Loader is just a "load manager", meaning that it can manage the way addons that are "aware" of the manager (## LoadManagers: AddonLoader in the .toc), are to be loaded, whether that means a delayed load or loading based on a specific condition, eg. a certain character class present.

If for some reason you decide to delete Addon Loader, your addon will still load normally, despite having the tags for it, in its .toc. If you disable Addon Loader and your addon(s) contain the tags to detect it, then they won't load AT ALL, since their load manager is present but not really working, so it does not "signal" them on when to load.
__________________
  Reply With Quote