Widget API: GameTooltip:AddTexture
Jump to navigation
Jump to search
← Widget API ← GameTooltip < AddTexture
--[[ PNG or BLP (without the .blp extension) relative to the Addon's directory with the WoW install directory being the top level (eg "\\interface" = "C:\\Program Files\\World of Warcraft\\interface"). You'll probably use the texture returned by GetItemInfo(). --]] GameTooltip:AddTexture(texture);
Adds a texture (icon) to the beginning of the last line added by AddLine(), AddDoubleLine(), etc.
Note: There appears to be a limit of 8 textures per tooltip.