Files
wow_Meta/api/time.lua
2025-05-04 15:15:00 +02:00

8 lines
562 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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().
---@overload fun(timeDesc: string): number
function time() end