Files
wow_Meta/api/GetBattlefieldEstimatedWaitTime.lua
2025-05-04 15:15:00 +02:00

8 lines
237 B
Lua

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