WoW API: GetTradeTargetItemInfo

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetTradeTargetItemInfo to API GetTradeTargetItemInfo without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetTradeTargetItemInfo

Returns information about items in the target's trade window.

name, texture, quantity, quality, isUsable, enchant = GetTradeTargetItemInfo(index)

Parameters

Arguments

(index)
index
Numeric - the slot (1-7) to retrieve info from

Returns

Returns
name, texture, quantity, quality, isUsable, enchant
name
String - Name of the item
texture
String - Name of the item's texture
quantity
Numeric - Returns how many is in the stack
quality
Numeric - The item's quality (0-6)
?isUsable
Numeric - 1 if the player can use this item, nil otherwise
enchant
String - enchant being applied (no trade slot)