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

8 lines
262 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@return number timeInQueue
---Returns the amount of time elapsed since the player joined the queue for a battleground/arena
function GetBattlefieldTimeWaited(index) end