View Single Post
05/20/15, 03:59 AM   #4
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Originally Posted by Minceraft View Post
Yeah It is, partially! Thank you! So if the different types are called the same way, I'm assuming then that an iconFile can be used as well? I was wanting to show icon and amount on mouse-over, to save space...figured it had to be an Item tooltip for that to work..
If want to set the top icon of the ItemTooltip this should work:
Lua Code:
  1. ZO_ItemIconTooltip_OnAddGameData(ItemTooltip, TOOLTIP_GAME_DATA_ITEM_ICON, texture)
  Reply With Quote