WoW:API GetAuctionSellItemInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetAuctionSellItemInfo to API GetAuctionSellItemInfo without leaving a redirect)
 
(5 intermediate revisions by 5 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()
pretty self explanitory I hope.
[[Category:Interface customization]]
 
[[Category:Interface Customization]]
[[Category:World of Warcraft API]]

Latest revision as of 04:45, 15 August 2023

WoW API < GetAuctionSellItemInfo

From AuctionFrame.lua:

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