WoW:API GetAuctionSellItemInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 4: Line 4:


pretty self explanitory I hope.
pretty self explanitory I hope.
[[Category:API Functions|GetAuctionSellItemInfo]]
[[Category:API Auction Functions|GetAuctionSellItemInfo]]

Revision as of 14:30, 27 August 2005

From AuctionFrame.lua:

local name, texture, count, quality, canUse, price = GetAuctionSellItemInfo();

pretty self explanitory I hope.