Navigation menu

WoW:API GetAuctionSellItemInfo: Difference between revisions

Jump to navigation Jump to search
m
Move page script moved page API GetAuctionSellItemInfo to WoW:API GetAuctionSellItemInfo without leaving a redirect
mNo edit summary
m (Move page script moved page API GetAuctionSellItemInfo to WoW:API GetAuctionSellItemInfo without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}}
{{wowapi}}
{{Stub/API}}
From AuctionFrame.lua:
From AuctionFrame.lua:


local name, texture, count, quality, canUse, price, pricePerUnit, stackCount, totalCount = GetAuctionSellItemInfo();
local name, texture, count, quality, canUse, price, pricePerUnit,
    stackCount, totalCount = GetAuctionSellItemInfo()
[[Category:Interface customization]]
[[Category:Interface customization]]
Anonymous user