5 lines
		
	
	
		
			170 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			170 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| 
 | |
| ---@return boolean isPlaying 
 | |
| ---Returns True/False if Stop Watch is running.
 | |
| function Stopwatch_IsPlaying() end |