9 lines
		
	
	
		
			248 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			248 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param t table
 | 
						|
---@param key value
 | 
						|
---@return value value
 | 
						|
---Returns the real value associated with a key in a table without invoking any metamethods
 | 
						|
function rawget(t, key) end
 |