Returns the number of auction items in a listing. Signature: Code 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)
Также смотрите: Аукцион
, Auction functions
Ссылки: http://wowprogramming.com/docs/api/GetNumAuctionItems
|