Selects an item in an auction listing. Auction selection is used only for display and internal recordkeeping in the default UI; it has no direct effect on other Auction APIs.
See also Auction functions.
Signature:
SetSelectedAuctionItem("list", index)
Arguments:
list- Type of auction listing (string)bidder- Auctions the player has bid onlist- Auctions the player can browse and bid on or buy outowner- Auctions the player placed
index- Index of an auction in the listing (number)