WoW:API GetAuctionSellItemInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (catfix)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{Stub/API}}
{{Stub/API}}


Line 8: Line 9:


[[Category:Interface customization]]
[[Category:Interface customization]]
[[Category:World of Warcraft API]]

Revision as of 21:22, 12 August 2008

WoW API < GetAuctionSellItemInfo

From AuctionFrame.lua:

local name, texture, count, quality, canUse, price = GetAuctionSellItemInfo();

pretty self explanitory I hope.