WoW:API GetAuctionSellItemInfo: Difference between revisions

m
Move page script moved page API GetAuctionSellItemInfo to WoW:API GetAuctionSellItemInfo without leaving a redirect
No edit summary
 
m (Move page script moved page API GetAuctionSellItemInfo to WoW:API GetAuctionSellItemInfo without leaving a redirect)
 
(9 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}}
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.
[[Category:Interface customization]]
Anonymous user