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

5 lines
233 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number timeLeft
---Returns the amount of time left on the current ready check. Returns 0 if no ready check is in progress.
function GetReadyCheckTimeLeft() end