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

8 lines
234 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