WoW:AuctionTypeId: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New document)
 
No edit summary
Line 9: Line 9:
; <tt>"owner"</tt> : The auctions placed by the player.
; <tt>"owner"</tt> : The auctions placed by the player.


{{Template:WoW API}}
----
[[Category:API Types|AuctionTypeId]]
{{WoW API}}

Revision as of 05:45, 4 January 2006

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.

Template:WoW API