Thread: Copy Tooltip
View Single Post
01/30/15, 05:35 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by circonian View Post
Is there a way to get the tooltip from a mapPin to also show up when mousing over a different control? I still want it to show up for the mapPin, I just want it to also show up over another control.
Of course, for example MiniMap does that.

You will need this function:
Lua Code:
  1. ZO_MapPin.TOOLTIP_CREATORS[pinTypeString].creator(mapPin)
  Reply With Quote