Files
wow_Meta/api/GetBattlefieldTimeWaited.lua
2024-12-16 13:13:08 +01:00

6 lines
254 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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