WoW:API GetAuctionSellItemInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
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]]

Revision as of 23:46, 20 May 2020

WoW API < GetAuctionSellItemInfo

From AuctionFrame.lua:

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