View Single Post
04/07/14, 07:07 PM   #17
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Originally Posted by Kith View Post
That wasn't a wow thing as such, it was part of the Ace Library. They declared a single global namespace table, AceAddon or some such, and anybody who used the lib could declare their addon's table in that and reference it the same way. So only one global entry as a reference that any of your mod files could pull from.

I wonder if its possible to make a similiar 'base' lib for that type of functionality, though I don't nearly have enough understanding of the 'low level' metatable handling to implement embeddable libs like AceLib did.
I never used Ace in any of my wow addons. WoW added a new functionality around version 3.0 where you could put local addonName, addonData = ... at the top of every file in your addon to access a common data table between them. If they used Ace inside WoW as standard it was never documented as such.
  Reply With Quote