GameTooltip:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
GameTooltip:SetReforgeItem()
|
Функция еще не задокументированна.
|
GameTooltip:SetQuestRewardSpell()
|
Fills the tooltip with information about the spell reward in a questgiver dialog.
|
GameTooltip:SetQuestLogSpecialItem(questIndex)
|
Fills the tooltip with information about a usable item associated with a current quest.
|
GameTooltip:SetQuestLogRewardSpell()
|
Fills the tooltip with information about the reward spell for the selected quest in the quest log.
|
GameTooltip:SetQuestLogItem("itemType", index)
|
Fills the tooltip with information about an item related to the selected quest in the quest log.
|
GameTooltip:SetQuestLogCurrency()
|
Функция еще не задокументированна.
|
GameTooltip:SetQuestItem("itemType", index)
|
Fills the tooltip with information about an item in a questgiver dialog.
|
GameTooltip:SetQuestCurrency()
|
Функция еще не задокументированна.
|
GameTooltip:SetPossession(index)
|
Fills the tooltip with information about one of the special actions available while the player possesses another unit.
|
GameTooltip:SetPetAction(index)
|
Fills the tooltip with information about a pet action.
|
GameTooltip:SetPadding(padding)
|
Sets the amount of space between tooltip's text and its right-side edge.
|
GameTooltip:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
GameTooltip:SetMinimumWidth(width)
|
Sets the minimum width of the tooltip.
|
GameTooltip:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
GameTooltip:SetMerchantItem(merchantIndex)
|
Fills the tooltip with information about an item available for purchase from a vendor.
|
GameTooltip:SetMerchantCostItem(index, currency)
|
Fills the tooltip with information about an alternate currency required to purchase an item from a vendor.
|
GameTooltip:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
GameTooltip:SetLootRollItem(id)
|
Fills the tooltip with information about an item currently up for loot rolling.
|
GameTooltip:SetLootItem(slot)
|
Fills the tooltip with information about an item available as loot.
|
GameTooltip:SetLootCurrency()
|
Функция еще не задокументированна.
|
GameTooltip:SetLFGDungeonReward()
|
Функция еще не задокументированна.
|
GameTooltip:SetItemByID()
|
Функция еще не задокументированна.
|
GameTooltip:SetInventoryItemByID()
|
Функция еще не задокументированна.
|
GameTooltip:SetInboxItem(mailID, attachmentIndex)
|
Fills the tooltip with information about an item attached to a message in the player's inbox.
|
GameTooltip:SetID(id)
|
Sets a numeric identifier for the frame.
|
success = GameTooltip:SetHyperlinkCompareItem("hyperlink" [, index])
|
Fills the tooltip with information about the item currently equipped in the slot used the supplied item.
|
GameTooltip:SetHyperlink("hyperlink")
|
Fills the tooltip with information about an item, quest, spell, or other entity represented by a hyperlink.
|
GameTooltip:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
GameTooltip:SetGuildBankItem(tab, slot)
|
Fills the tooltip with information about an item in the guild bank.
|
GameTooltip:SetGlyphByID()
|
Функция еще не задокументированна.
|
GameTooltip:SetGlyph(socket, talentGroup)
|
Fills the tooltip with information about one of the player's glyphs.
|
GameTooltip:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
GameTooltip:SetFrameStack(includeHidden)
|
Fills the tooltip with a list of frames under the mouse cursor.
|
GameTooltip:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
GameTooltip:SetExistingSocketGem(index, toDestroy)
|
Fills the tooltip with information about a permanently socketed gem.
|
GameTooltip:SetEquipmentSet("name")
|
Fills the tooltip with information about an equipment set.
|
GameTooltip:SetDontSavePosition()
|
Функция еще не задокументированна.
|
GameTooltip:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
GameTooltip:SetCurrencyToken(index)
|
Fills the tooltip with information about a special currency type.
|
GameTooltip:SetCurrencyByID()
|
Функция еще не задокументированна.
|