mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-27 01:00:13 +00:00
Implement the WoW Mixin pattern used by modern addons: - Mixin(obj, ...) — copies fields from mixin tables into obj - CreateFromMixins(...) — creates a new table from mixin templates - CreateAndInitFromMixin(mixin, ...) — creates and calls Init() - MergeTable(dest, src) — shallow-merge src into dest These enable OOP-style addon architecture used by LibSharedMedia, WeakAuras, and many Ace3-based addons for class/object creation. |
||
|---|---|---|
| .. | ||
| addon_manager.cpp | ||
| lua_engine.cpp | ||
| toc_parser.cpp | ||