Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
mNo edit summary
Line 12: Line 12:
 
:(index)
 
:(index)
   
:;index: Numeric - the slot (1-7) to retrieve info from
+
:;index : Numeric - the slot (1-7) to retrieve info from
   
 
=== Returns ===
 
=== Returns ===

Revision as of 11:36, 14 January 2006

GetTradeTargetItemInfo -Documentation by Weab-

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

name, texture, quantity, quality, ??, ?? = GetTradeTargetItemInfo(index)

Parameters

Arguments

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

Returns

Returns
name, texture, quantity, quality, ??, ??
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)
??
Numeric - Undetermined, usually returns nil or 1
??
Undetermined, usually returns nil

Template:WoW API