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

5 lines
229 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