RSS

Пятница, 29.03.2024, 14:13
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

GameTooltip:SetQuestLogItem("itemType", index)

[ править ]
Fills the tooltip with information about an item related to the selected quest in the quest log.
[клоны]
Fills the tooltip with information about an item related to the selected quest in the quest log.


Signature:
Code
GameTooltip:SetQuestLogItem("itemType", index)

Arguments:
  • itemType - Token identifying one of the possible sets of items (string)
      choice - Items from which the player may choose a reward
    • reward - Items always given as reward for the quest

  • index - Index of an item in the set (between 1 and GetNumQuestLogChoices() or GetNumQuestLogRewards(), according to itemType) (number)

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