Returns the number of auction items in a listing


See also Auction functions.

Signature:

numBatchAuctions, totalAuctions = GetNumAuctionItems("list")

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

Returns:

  • numBatchAuctions - Number of auctions in the current page of the listing (number)
  • totalAuctions - Total number of auctions available for the listing (number)