WoW:API GetAuctionSellItemInfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added category and breadcrumb) |
||
| Line 1: | Line 1: | ||
{{breadcrumb2|Interface Customization|World of Warcraft API}} | |||
From AuctionFrame.lua: | From AuctionFrame.lua: | ||
| Line 6: | Line 8: | ||
---- | ---- | ||
[[Category:Interface Customization]] | |||
[[Category:World of Warcraft API]] | |||
Revision as of 19:16, 1 September 2006
From AuctionFrame.lua:
local name, texture, count, quality, canUse, price = GetAuctionSellItemInfo();
pretty self explanitory I hope.