Adds FontString objects to the tooltip, allowing it to display an additional line of text. This method is of little utility outside of Blizzard scripts, as the tooltip automatically creates new font strings for additional lines as needed.
Signature:
GameTooltip:AddFontStrings(left, right)
Arguments:
left- Reference to aFontStringobject for the left-side text of a new line (fontstring)right- Reference to aFontStringobject for the right-side text of a new line (fontstring)