Initial commit
This commit is contained in:
7
api/difftime.lua
Normal file
7
api/difftime.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param time2 number
|
||||
---@param time1 number
|
||||
---@return number seconds
|
||||
---Returns the number of seconds between two time values. Alias for the standard library function os.difftime.
|
||||
function difftime(time2, time1) end
|
Reference in New Issue
Block a user