![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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? |
| Value | Field | Description |
|---|---|---|
| 0 | None | |
| 1 | CastSpell | |
| 2 | CleanseCorruption | |
| 3 | RunecarverScrapping | |
| 4 | ItemConversion | Added in 9.2.0 |
Patch changes[]
Patch 9.1.5 (2021-11-02): Added buttonTooltip, confirmationDescription, flags, interactionType fields.
Patch 9.0.1 (2020-10-13): Added textureKit field.
Patch 8.3.0 (2020-01-14): Added.
