WoW:API SetSelectedAuctionItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} Selects a specific item in the auction house SetSelectedAuctionItem("type", index) ---- ;''Arguments'' :(String type, Number index) :;type : One of the following: :::;"list"...)
 
m (Move page script moved page API SetSelectedAuctionItem to API SetSelectedAuctionItem without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

WoW API < SetSelectedAuctionItem

Selects a specific item in the auction house

SetSelectedAuctionItem("type", index)

Arguments
(String type, Number index)
type
One of the following:
"list"
An item up for auction, the "Browse" tab in the dialog.
"bidder"
An item the player has bid on, the "Bids" tab in the dialog.
"owner"
An item the player has up for auction, the "Auctions" tab in the dialog.
index
The index of the item in the list to retrieve info from (normally 1-50, inclusive)