6 lines
254 B
Lua
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 |