Removed inaccurate and unnecessary note for batch return.
(upgraded deprecated template) |
(Removed inaccurate and unnecessary note for batch return.) |
||
| Line 18: | Line 18: | ||
;''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"); | ||