is it possible other WoW addon can interact with Hekili?
tangaiyun opened this issue ยท 2 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this request and was not able to find one.
- I edited the title of this feature request (above) so that it describes the issue I am reporting.
Feature Request
is it possbile Hekili emit some events then another addon can listen these event? for example, if Hekili finish updating the the first recommendation on the primary queue, it can emit a event which includes spellid, spellname, iconid,etc., then other addon can receive this event, it can play a specific sound depends on the spellname.
Additional Information
No response
Contact Information
No response
I currently send data to WeakAuras with the HEKILI_RECOMMENDATION_UPDATE
pseudo-event. There's no reason I can't or shouldn't register a proper callback system that other addons could use, but it's not something I've implemented.
phatzz is correct that all the current recommenation information is accessible within each display, i.e., HekiliDisplayPrimary.Recommendations
has all its recommendation information, though it can be a bit volatile.