WoW:API GetAuctionItemLink: Difference between revisions
Jump to navigation
Jump to search
GetAuctionItemLink -Documentation by ClydeJr-
m (Code example said GetAuctionItemInfo instead of GetAuctionItemLink) |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetAuctionItemLink''' ''-Documentation by ClydeJr-''</center> | <center>'''GetAuctionItemLink''' ''-Documentation by ClydeJr-''</center> | ||
Line 25: | Line 26: | ||
: Retrieves a link string about an item in the current list of auction items. | : Retrieves a link string about an item in the current list of auction items. | ||
Revision as of 18:14, 6 January 2007
← WoW API < GetAuctionItemLink
Retrieves a link string about one item in the current retrieved list of items from the Auction House.
link = GetAuctionItemLink("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)
- Returns
- link
- The link string for the specified item, or nil if the slot is empty.
- Description
- Retrieves a link string about an item in the current list of auction items.