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

6 lines
234 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return number waitTime
---Returns the estimated wait time on a battleground or arena queue
function GetBattlefieldEstimatedWaitTime(index) end