Fills the tooltip with information about an item in a questgiver dialog. Signature: Code GameTooltip:SetQuestItem("itemType", index)
Arguments: - itemType - Token identifying one of the possible sets of items (string)
choice - Items from which the player may choose a reward - required - Items required to complete the quest
- reward - Items given as reward for the quest
index - Index of an item in the set (between 1 and GetNumQuestChoices(), GetNumQuestItems(), or GetNumQuestRewards(), according to itemType) (number)
Также смотрите: Внутриигровая подсказка
Ссылки: http://wowprogramming.com/docs/widgets/GameTooltip/SetQuestItem
|