C_BlackMarket.GetNumItems

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.0.4

Returns the number of auctions on the Black Market Auction House.

numItems = C_BlackMarket.GetNumItems()

Returns

numItems
number - number of auctions on the black market.

Details

  • Note that the black market API sometimes exposes information about recently-completed auctions, so some of those items may already be sold.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also