View Single Post
05/20/14, 04:49 AM   #4
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Seerah View Post
Really, libraries shouldn't need saved variables.
We have so many addons that solve cross discovery of Character data - like what each Character has in thier Inventory or wich traits are researched.
I was thinking about making one Library that collects all this data and stores it for other addons to use, so the other ones only have to deal with presentation of the data (not also collecting it wich might involve collecting the same data more then once and might oversubscribe events).

I got the strong feeling that in order to work this could not be an embedded Library and this piece of information confirms it.
But with DependsOn one could still use the library as data source (and force that it has to be installed).
  Reply With Quote