RSS

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

GameTooltip:SetTradeSkillItem(skillIndex [, reagentIndex])

[ править ]
Fills the tooltip with information about an item created by a trade skill recipe or a reagent in the recipe.
[клоны]
Fills the tooltip with information about an item created by a trade skill recipe or a reagent in the recipe.


Signature:
Code
GameTooltip:SetTradeSkillItem(skillIndex [, reagentIndex])

Arguments:
  • skillIndex - Index of a recipe in the trade skill list (between 1 and GetNumTradeSkills()) (number)
  • reagentIndex - Index of a reagent in the recipe (between 1 and GetTradeSkillNumReagents()); if omitted, displays a tooltip for the item created by the recipe (number)

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