wowpedia
Main Menu


Changes the tooltip to display the linked object.

GameTooltip:SetHyperlink("linkString")

Arguments

linkString
string - Either a full in-game link string (including color codes and |H escape sequences), or merely a fragment of the link portion (e.g. "item:16846").

Details

Dragonflight Getter C_TooltipInfo.GetHyperlink

Example

Replaces the currently showing tooltip with one containing the information for the Giantstalker Helm.

GameTooltip_SetDefaultAnchor(GameTooltip, UIParent)
GameTooltip:SetHyperlink("item:16846:0:0:0:0:0:0:0")
GameTooltip:Show()