View Single Post
12-07-15, 12:42 PM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
This is all I use in my flight map addon:
Lua Code:
  1. WorldMapTooltip:SetOwner(MyButton, 'ANCHOR_RIGHT')
  2. WorldMapTooltip:AddLine('Some Text')
  3. WorldMapTooltip:Show()
  Reply With Quote