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