View Single Post
07/17/17, 06:12 PM   #35
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Originally Posted by silvereyes View Post
Libraries are stubbed out so that only the first addon to load it will actually load the code. There's no way in ESO to force your addon to load first. I guess it's technically possible to make yours load after all the others with the library - if you take on the daunting task of adding every single one as an optional dependency and then maintaining that list - but some of those addons might depend upon your addon, creating a circular dependency.
As long as LibStub is being used (which, I'd assume it is in this case), it ensures it loads the most recent version. So if someone were to take the custom title lib, up the version to something well beyond what it'll ever reach (like 100), then clear out all custom titles: hypothetically, it would stop the rest from loading.
  Reply With Quote