WoW:API CanSendAuctionQuery: Difference between revisions

m
Move page script moved page API CanSendAuctionQuery to WoW:API CanSendAuctionQuery without leaving a redirect
(Added infor for CanSendAuctionQuery)
 
m (Move page script moved page API CanSendAuctionQuery to WoW:API CanSendAuctionQuery without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Returns 1 if the auction house can be queried using [[API QuereyAuctionItems|QuereyAuctionItems]](), nil otherwise. The auction house cannot be queried for 4 seconds after a query is made.
 
Determine if a new auction house query can be sent (via [[API QueryAuctionItems|QueryAuctionItems]]())
 
canQuery,canQueryAll = CanSendAuctionQuery()
 
== Returns ==
 
;canQuery:[[boolean]] - True if a normal auction house query can be made
;canQueryAll:[[boolean]] - True if a full ("getall") auction house query can be made (added in 2.3)
 
== Notes ==
 
The auction house cannot be queried for 4 seconds after a query is made.
 
Full ("getall") queries are only allowed once every ~15 minutes.
Anonymous user