ActionbarPlus

ActionbarPlus

78.7k Downloads

Dev Story: Transition individual button events to ActionbarPlusEventMixin

nfet opened this issue ยท 0 comments

commented

Transition spell cast button events to ActionbarPlusEventMixin

  • Currently, each action buttons (spell, macro, item, etc..) listen to events which is not very efficient since the handler still needs to figure out whether the event matches the button itself.
  • Generally pulling the event handler higher up and have the ActionbarPlusEventMixin (a single event) would be more efficient