Kelsidavis-WoWee/include/addons
Kelsi ee3f60a1bb feat: add GetNumAddOns and GetAddOnInfo for addon introspection
- GetNumAddOns() — returns count of loaded addons
- GetAddOnInfo(indexOrName) — returns name, title, notes, loadable

Addon info is stored in the Lua registry from the .toc directives
and populated before addon files execute. Useful for addon managers
and compatibility checks between addons.

Total WoW API: 33 functions.
2026-03-20 13:07:45 -07:00
..
addon_manager.hpp feat: add SavedVariables persistence for Lua addons 2026-03-20 12:22:50 -07:00
lua_engine.hpp feat: add GetNumAddOns and GetAddOnInfo for addon introspection 2026-03-20 13:07:45 -07:00
toc_parser.hpp feat: add SavedVariables persistence for Lua addons 2026-03-20 12:22:50 -07:00