WoW:API GetAuctionSellItemInfo: Difference between revisions
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]] | ||
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.
