C_PetBattles.GetPVPMatchmakingInfo

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

Returns status information about the current PvP pet battle matchmaking queue.

queueState, estimatedTime, queuedTime = C_PetBattles.GetPVPMatchmakingInfo()

Returns

queueState
string - Either "proposal", "queued", "suspended", or nil.
estimatedTime
number - The current estimated wait time in seconds, rounded to the nearest second.
queuedTime
number - The time that the queue started at, in the same format as GetTime().

Patch changes

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

See also