WoW:AuctionTypeId: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{wowapitype}}
The Auction interface is divided between three types of activity, and many of the auction functions operate on more than one of these types, and use this identifier to specify which. The following values are available:
The Auction interface is divided between three types of activity, and many of the auction functions operate on more than one of these types, and use this identifier to specify which. The following values are available:


Line 8: Line 10:


; <tt>"owner"</tt> : The auctions placed by the player.
; <tt>"owner"</tt> : The auctions placed by the player.
----
{{WoW API}}

Revision as of 21:29, 9 June 2006

API types

The Auction interface is divided between three types of activity, and many of the auction functions operate on more than one of these types, and use this identifier to specify which. The following values are available:

Values

"list"
The main browsable/searchable list of items.
"bidder"
The auctions for which the player is a bidder.
"owner"
The auctions placed by the player.