Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-16-16, 01:19 AM   #1
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
About retrieving iLvl by scantip

For those items from timewraped instance or heirlooms, most of the gametooltip addon try to retrieve iLvl by creating a scantip. Same thing happens in libStub,
Code:
scanningTooltip = _G.CreateFrame("GameTooltip", "LibItemUpgradeInfoTooltip", nil, "GameTooltipTemplate")
scanningTooltip:SetOwner(_G.WorldFrame, "ANCHOR_NONE")
Why don't they retrieve all the item levels from this scantip thing?
They won't have to update the upgrade table anymore if do so.
What's the disadvantage of the scantip?
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » About retrieving iLvl by scantip


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