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

7 lines
242 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param hours integer
---@param minutes integer
---@param seconds integer
---Sets the Stop Watches timer value
function Stopwatch_StartCountdown(hours, minutes, seconds) end