m
Move page script moved page API ClickAuctionSellItemButton to WoW:API ClickAuctionSellItemButton without leaving a redirect
No edit summary |
m (Move page script moved page API ClickAuctionSellItemButton to WoW:API ClickAuctionSellItemButton without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
ClickAuctionSellItemButton() - Puts the currently 'picked up' item into the 'create auction' slot. | {{wowapi}} | ||
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. | |||