WoW:API GetAuctionSellItemInfo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(→Auction Functions: 3.3.3) |
||
| Line 4: | Line 4: | ||
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. | pretty self explanitory I hope. | ||
[[Category:Interface customization]] | [[Category:Interface customization]] | ||
Revision as of 18:55, 26 April 2010
← WoW API < GetAuctionSellItemInfo
From AuctionFrame.lua:
local name, texture, count, quality, canUse, price, pricePerUnit, stackCount, totalCount = GetAuctionSellItemInfo();
pretty self explanitory I hope.
