WoW:API ClickAuctionSellItemButton: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
(4.0 changes) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
ClickAuctionSellItemButton() - Puts the currently 'picked up' item into the 'create auction' slot. | ClickAuctionSellItemButton(frame,button,boolean) - Puts the currently 'picked up' item into the 'create auction' slot. | ||
In the Auction house, under 'auctions', 'create auction', there is an 'auction item' slot. This | In the Auction house, under 'auctions', 'create auction', there is an 'auction item' slot. This | ||
function lets you 'drop' your currently 'picked up' item into it. AFAIK It works as long as the | function lets you 'drop' your currently 'picked up' item into it. AFAIK It works as long as the | ||
'auction' window is up (the one you get by clicking on the auctioneer). | 'auction' window is up (the one you get by clicking on the auctioneer). | ||
******************** | |||
Changes in 4.0 | |||
Frame: Unknown | |||
Button: "Leftbutton","rightbutton",3,4,5 --the various mouse buttons that send the input | |||
boolean: is the mouse button held down or not. | |||
Revision as of 03:23, 18 October 2010
← WoW API < ClickAuctionSellItemButton
ClickAuctionSellItemButton(frame,button,boolean) - Puts the currently 'picked up' item into the 'create auction' slot.
In the Auction house, under 'auctions', 'create auction', there is an 'auction item' slot. This function lets you 'drop' your currently 'picked up' item into it. AFAIK It works as long as the 'auction' window is up (the one you get by clicking on the auctioneer).
Changes in 4.0 Frame: Unknown Button: "Leftbutton","rightbutton",3,4,5 --the various mouse buttons that send the input boolean: is the mouse button held down or not.
See Also: