Files
wow-weakauras/Meta/api/C_PetBattles.GetTurnTimeInfo.lua
2024-11-07 23:12:37 +01:00

6 lines
233 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number timeRemaining
---@return number totalTime
---Returns the remaining time and max time for waiting on a turn
function C_PetBattles.GetTurnTimeInfo() end