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
|