10 lines
		
	
	
		
			288 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			288 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param table table
 | 
						|
---@param variable string
 | 
						|
---@return 1nil issecure
 | 
						|
---@return string taint
 | 
						|
---Returns whether a variable is secure (and if not, which addon tainted it)
 | 
						|
function issecurevariable(table, variable) end
 |