9 lines
		
	
	
		
			286 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			286 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@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
 |