9 lines
		
	
	
		
			243 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			243 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param hours integer
 | 
						|
---@param minutes integer
 | 
						|
---@param seconds integer
 | 
						|
---Sets the Stop Watches timer value
 | 
						|
function Stopwatch_StartCountdown(hours, minutes, seconds) end
 |