RSS

Среда, 08.05.2024, 18:51
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

name, link = GameTooltip:GetItem()

[ править ]
Returns the name and hyperlink for the item displayed in the tooltip.
[клоны]
Returns the name and hyperlink for the item displayed in the tooltip.


Signature:
Code
name, link = GameTooltip:GetItem()

Returns:
  • name - Name of the item whose information is displayed in the tooltip, or nil. (string)
  • link - A hyperlink for the item (string, hyperlink)

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