WoW:Events/Auction

From AddOn Studio
< Events
Revision as of 04:48, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page Events/Auction to Events/Auction without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Event API


"I" iconNote that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. Events/A, Events/B, etc. Changes there will be copied over to here within a few hours.


Auction related events

"AUCTION_BIDDER_LIST_UPDATE"
Category: Auction
 



"AUCTION_HOUSE_CLOSED"
Category: Auction
 

This event is fired when the auction interface is closed.

Note
It appears to fire twice, but the reason is unknown.


"AUCTION_HOUSE_DISABLED"
Category: Auction
 

Fired when the auction house is not operational.


"AUCTION_HOUSE_SHOW"
Category: Auction
 

This event is fired when the auction interface is first displayed. This is generally done by right-clicking an auctioneer in a major city.


"AUCTION_ITEM_LIST_UPDATE"
Category: Auction
 

This event is fired when the Auction list is updated. Note that this is not only the case, if the list is completely changed but also if it is sorted (i.e. SortAuctionItems() is called).


"AUCTION_MULTISELL_FAILURE"
Category: Auction
 

Fired when listing of multiple stacks fails (or is aborted?).


"AUCTION_MULTISELL_START"
Category: Auction
 

Fired when the client begins listing of multiple stacks.

arg1
Number - total number of stacks the client has to list.


"AUCTION_MULTISELL_UPDATE"
Category: Auction
 

Fired when the client lists a stack as part of listing multiple stacks.

arg1
Number - number of stacks listed so far.
arg2
Number - total number of stacks in the current mass-listing operation.


"AUCTION_OWNED_LIST_UPDATE"
Category: Auction
 



"NEW_AUCTION_UPDATE"
Category: Auction
 

Sent out whenever a user drags an item into the Auction Item box on the Auctions tab of the auction house window.