Fix up more shit

This commit is contained in:
2025-01-13 16:17:37 +01:00
parent 94afae9679
commit c0337ef97f
6 changed files with 35 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@param timeDesc table
---@return number t
---Returns the numeric time value for a described date/time (or the current time). Alias for the standard library function os.time. According to the Lua manual, the returned value may vary across different systems; however, the Lua libraries included with current WoW clients on both Mac and Windows share the same implementation. For higher-precision time measurements not convertible to a date, see GetTime().
function time(timeDesc) end
---@overload fun(timeDesc: string): number
function time() end