WoW:API GetAuctionSellItemInfo

From AddOn Studio
Revision as of 22:39, 6 July 2005 by WoWWiki>WoWWiki-Igor
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

From AuctionFrame.lua:

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

pretty self explanitory I hope.