15 lines
		
	
	
		
			379 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			379 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param option stop
 | 
						|
---@param collect
 | 
						|
---@param count
 | 
						|
---@param restart
 | 
						|
---@param setpause arg
 | 
						|
---@param setstepmul arg
 | 
						|
---@param step arg
 | 
						|
---@param stop
 | 
						|
---@param arg
 | 
						|
---Interface to the Lua garbage collector
 | 
						|
function collectgarbage(option, collect, count, restart, setpause, setstepmul, step, stop, arg) end
 |