Ace2 is an embeddable framework for rapid mod development.
Features:
100% embeddable. An Ace2 addon should never require Ace2 as a dependency.
Provides the following modules:
Ace00 - Provides a fully functional object oriented framework. - Documentation
wow MODS Download,WOW Mods ADDONS,WOW Mods Bots,WOW Mods Hacks,WOW Mods UI
AceLibrary - A global versioning library to handle other library instances, upgrading, and access. - Documentation
AceEvent - A mixin to allow for centralized event handling. Also allows for custom psudo-events. - Documentation
AceHook - A mixin to allow for safe hooking of functions, methods, and scripts. - Documentation
AceDB - A mixin to allow for fast, clean, and feature filled saved variable access along with customizable profiles. - Documentation
AceDebug - A mixin to allow for simple debugging capabilities. - Documentation
AceLocale - A localization library for addons to use to handle proper localization and internationalization. - Documentation
AceConsole - A mixin to allow for chatline input/output capabilities. - Documentation
AceAddon - A basis for addons to use that can accept mixins and handles initialization events. - Documentation
AceModuleCore - A mixin to provide a simple modularization framework. - Documentation
Some notes:
About the development and utilization of this file. End-users can run it, if they wish. But it does not do itself.
Ace2 is not dependent on the card as the basis for the expansion of 1.x, but they can work very well together.