m
Move page script moved page API GetNumAuctionItems to WoW:API GetNumAuctionItems without leaving a redirect
(upgraded deprecated template) |
m (Move page script moved page API GetNumAuctionItems to WoW:API GetNumAuctionItems without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Retrieves the number of auction items of a certain type. | Retrieves the number of auction items of a certain type. | ||
| Line 18: | Line 17: | ||
;''Returns'' | ;''Returns'' | ||
:;batch : The size of the batch | :;batch : The size of the batch. | ||
:;count : The number of items. | :;count : The total number of items. | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
numBatchAuctions, totalAuctions = GetNumAuctionItems("bidder"); | numBatchAuctions, totalAuctions = GetNumAuctionItems("bidder"); | ||