WoW:API GetBuybackItemInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
---- | ---- | ||
--[[User:Enatrak|Enatrak]] 09:45, 6 May 2005 (EDT) | --[[User:Enatrak|Enatrak]] 09:45, 6 May 2005 (EDT) | ||
[[Category:API Functions|GetBuybackItemInfo]] | |||
[[Category:API Merchant Functions|GetBuybackItemInfo]] |
Revision as of 12:50, 27 August 2005
Get infos on the last item sold to the merchant (the one in the merchant slot)
name,texture,price,quantity = GetBuybackItemInfo();
name : the name of the item
texture : the directory/filename of the texture used for the item
price : the price (lol)
quantity : so... the quantity
--Enatrak 09:45, 6 May 2005 (EDT)