C_ItemInteraction.GetItemInteractionInfo

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

info = C_ItemInteraction.GetItemInteractionInfo()

Returns

info
ItemInteractionFrameInfo?
Field Type Description
textureKit string
openSoundKitID number
closeSoundKitID number
titleText string
tutorialText string
buttonText string
interactionType Enum.UIItemInteractionType
flags number
description string?
buttonTooltip string?
confirmationDescription string?
slotTooltip string? Added in 10.0.2
cost number?
currencyTypeId number?
dropInSlotSoundKitId number?
Enum.UIItemInteractionType
Value Field Description
0 None
1 CastSpell
2 CleanseCorruption
3 RunecarverScrapping
4 ItemConversion Added in 9.2.0

Patch changes

Shadowlands Patch 9.1.5 (2021-11-02): Added buttonTooltip, confirmationDescription, flags, interactionType fields.
Shadowlands Patch 9.0.1 (2020-10-13): Added textureKit field.
Battle for Azeroth Patch 8.3.0 (2020-01-14): Added.