RainmakerUA / XPMultiBar

XP / Reputation / Azerite power bar addon for WoW
MIT License
3 stars 2 forks source link

RFE: Add icon and compartment menu #10

Open SpareSimian opened 1 month ago

SpareSimian commented 1 month ago

You can add an icon to be displayed in in-game addon lists (like the addon enable/disable dialog and the addon compartment menu) by adding something like this to your toc file:

## IconTexture: Interface\Icons\sanctum_features_missiontable

You can invoke /xpbar from the compartment menu (just under the calendar button at top right of the in-game UI) with something like this toc entry:

## AddonCompartmentFunc: mslc_OnAddonCompartmentClick

(Examples are from https://github.com/SpareSimian/MissingShadowlandsCompanions)

https://warcraft.wiki.gg/wiki/Addon_compartment https://www.reddit.com/r/wow/comments/13a7hwf/addon_developers_please_start_using_the_new/

RainmakerUA commented 1 month ago

I know about the mentioned features. Just need time to implement them