RSS

Вторник, 23.04.2024, 21:57
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

GameTooltip:SetGlyph(socket, talentGroup)

[ править ]
Fills the tooltip with information about one of the player's glyphs.
[клоны]
Fills the tooltip with information about one of the player's glyphs.


Signature:
Code
GameTooltip:SetGlyph(socket, talentGroup)

Arguments:
  • socket - Which socket's glyph to display (between 1 and NUM_GLYPH_SLOTS) (number, glyphIndex)
  • talentGroup - Which set of glyphs to display, if the player has Dual Talent Specialization enabled (number)
      1 - Primary Talents
    • 2 - Secondary Talents
    • nil - Currently active talents

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