WoW:API GetAuctionSellItemInfo: Difference between revisions

mNo edit summary
Line 4: Line 4:
From AuctionFrame.lua:
From AuctionFrame.lua:


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


pretty self explanitory I hope.
pretty self explanitory I hope.


[[Category:Interface customization]]
[[Category:Interface customization]]
Anonymous user