8 lines
		
	
	
		
			233 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			233 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@param stackLevel number
 | |
| ---@return string localsInfo
 | |
| ---Returns information about the local variables at a given stack depth
 | |
| function debuglocals(stackLevel) end
 |