View Single Post
02/23/15, 07:36 PM   #16
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by joshmiller83 View Post
Also another question... I remember in WoW way back when (when I played that game) we could install addons without Libs and then put the Libs in the Main addon folder as addons themselves and then the addons would "include" the addon folder in looking for Libs? This made updating the Libs very easy as you only updated the Library Addon. Is this funtionalty available with LAM and ESO? Or is it a ZOS/ESO API limitation?
In most cases yes. You can install LibAddonMenu-2.0 (LAM) as stand alone addon. However what is important, LAM library is loaded using the LibStub. This library will make sure that you have in memory always the latest available version. In other workds, you need just one addon which has embedded the latest version of LAM and all your addons will use this latest version.
  Reply With Quote