WoW:API GetAuctionSellItemInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:
pretty self explanitory I hope.
pretty self explanitory I hope.


[[Category:API Functions|GetAuctionSellItemInfo]]
----
[[Category:API Auction Functions|GetAuctionSellItemInfo]]
{{WoW API}}

Revision as of 04:33, 4 January 2006

From AuctionFrame.lua:

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

pretty self explanitory I hope.


Template:WoW API