PDA

View Full Version : Displaying the ActionBar Button Name for use with /click



Slats
01-01-2009, 12:27 PM
I've read a post buried in a thread somewhere about this but cant find it for the life of me and using the search function makes me want to smash my screen.

When I mouseover an action button, I want to hit a key with a macro assigned to it which will simply print the name of the box for use with /click.


I use Bartender4 and I cant work out what button name to use with click to extend my macros.

-Slats

Sajuuk
01-01-2009, 02:11 PM
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end