WoW:API GetBuybackItemInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (cat)
Line 22: Line 22:
----
----
--[[User:Enatrak|Enatrak]] 09:45, 6 May 2005 (EDT)
--[[User:Enatrak|Enatrak]] 09:45, 6 May 2005 (EDT)
 
{{Template:WoW API}}
[[Category:API Functions|GetBuybackItemInfo]]
[[Category:API Merchant Functions|GetBuybackItemInfo]]

Revision as of 05:52, 4 January 2006

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) Template:WoW API