Files
wow_Meta/api/GetReadyCheckTimeLeft.lua
2025-05-04 14:35:26 +02:00

6 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