C_PetBattles.IsWaitingOnOpponent

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

Returns whether or not you are waiting on your opponent to decide a course of action in a PvP pet battle.

isWaiting = C_PetBattles.IsWaitingOnOpponent()

Returns

isWaiting
boolean - True if you are waiting on your opponent to choose an action, false otherwise.

Patch changes

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

See also