RSS

Суббота, 20.04.2024, 05:43
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

GameTooltip:SetGuildBankItem(tab, slot)

[ править ]
Fills the tooltip with information about an item in the guild bank.
[клоны]
Fills the tooltip with information about an item in the guild bank. Information is only available if the guild bank tab has been opened in the current play session.


Signature:
Code
GameTooltip:SetGuildBankItem(tab, slot)

Arguments:
  • tab - Index of a guild bank tab (between 1 and GetNumGuildBankTabs()) (number)
  • slot - Index of an item slot in the guild bank tab (between 1 and MAX_GUILDBANK_SLOTS_PER_TAB) (number)

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