RSS

Четверг, 09.05.2024, 02:30
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

GameTooltip:AddFontStrings(left, right)

[ править ]
Adds `FontString` objects to the tooltip, allowing it to display an additional line of text.
[клоны]
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:
Code
GameTooltip:AddFontStrings(left, right)

Arguments:
  • left - Reference to a FontString object for the left-side text of a new line (fontstring)
  • right - Reference to a FontString object for the right-side text of a new line (fontstring)

Также смотрите: Внутриигровая подсказка
Ссылки: http://wowprogramming.com/docs/widgets/GameTooltip/AddFontStrings