Retrieves info about one Battle Pet in the current retrieved list of Battle Pets from the Auction House.. The displayID return appears to always be 0, possibly because the function is only used by Blizzard in conjunction with DressUpBattlePet.


See also Pet battles functions, Auction functions.

Signature:

creatureID, displayID = GetAuctionItemBattlePetInfo("list", index)

Arguments:

  • list - Type of auction listing (string)

    • bidder - Auctions the player has bid on
    • list - Auctions the player can browse and bid on or buy out
    • owner - Auctions the player placed

  • index - The index of the item in the list to retrieve info from (normally 1-50, inclusive) (Number)

Returns:

  • creatureID - An indexing value Blizzard uses to number NPCs. (Number)
  • displayID - An indexing value Blizzard uses to number model/skin combinations. (Number)