mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			102 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			102 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| 
 | |
| -- old non-method sound function
 | |
| 
 | |
| function core.sound_stop(handle, ...)
 | |
| 	return handle:stop(...)
 | |
| end
 |