View Single Post
12-02-22, 08:31 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,960
It looks like it is referring to the line

_, ItemLink = tt:GetItem()

Which is in the function mentioned by the line you first posted.

It looks like this is one of the functions removed, or being removed based on the dev comments in GameTooltip.lua.

Lua Code:
  1. -- Temp replacements for GetX API that's been removed
  2. -- TODO: Evaluate for removal
  3. function GameTooltipDataMixin:GetItem()
  4.     return TooltipUtil.GetDisplayedItem(self);
  5. end
https://www.townlong-yak.com/framexm...ooltip.lua#983

Try using the TooltipUtil route and using your tooltip frame instead of self.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote