WoW:API GetNumAuctionItems: Difference between revisions

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, seems to be MIN(NUM_AUCTION_ITEMS_PER_PAGE,count)
:;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");
Anonymous user