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 onlist
- Auctions the player can browse and bid on or buy outowner
- 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
)