C_PetBattles.GetTurnTimeInfo

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

Returns the remaining time and total time for your current turn in a PvP pet battle.

timeRemaining, turnTime = C_PetBattles.GetTurnTimeInfo()

Returns

timeRemaining
number - Time in seconds remaining before you are forced to pass your turn
turnTime
number - Total time in seconds allotted for you to choose an ability

Patch changes

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

See also