View Single Post
08-27-22, 12:27 AM   #3
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
So how to detect the opening of the Currently Equipped frame?
I found such a solution and it works.
hooksecurefunc("GameTooltip_ShowCompareItem",function() print("You pressed Shift on Item Button"); end );
And then accessing Currently Equipped frames through ShopingTooltip1,2,3 objects.
-

Last edited by Platine : 08-27-22 at 01:31 AM.
  Reply With Quote