View Single Post
06/13/20, 04:08 PM   #4
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
doesn't matter, you can listen to this:


Lua Code:
  1. ACTION_BAR_ASSIGNMENT_MANAGER:RegisterCallback("SlotUpdated", function(hotbarCategory, actionSlotIndex, isChangedByPlayer)
  2.     d(hotbarCategory, actionSlotIndex, isChangedByPlayer)
  3. end)
  Reply With Quote