Thread Tools Display Modes
07-30-19, 02:28 PM   #1
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Where is the code of GameTooltip:AddLine()?

I am trying to grep the extracted Blizzard Interface Code for the definitions of GameTooltip:AddLine() or GameTooltip:AddDoubleLine(). Without success. Where are these defined, please? Thanks!

EDIT: Add GameTooltip:ClearLines(), GameTooltip:GetItem(), GameTooltip:SetBagItem(),... to that list.

Last edited by LudiusMaximus : 07-30-19 at 04:48 PM.
  Reply With Quote
07-30-19, 07:45 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
None of them are defined in Lua. Many functions and most widgets are defined on the C++ side of the code, which is not accessible to players, even in datamined files.
  Reply With Quote
07-31-19, 02:09 AM   #3
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Oh, I see. Thanks!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Where is the code of GameTooltip:AddLine()?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off