6 lines
		
	
	
		
			297 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			297 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param name string 
 | 
						|
---@return table frame 
 | 
						|
---Returns the Frame object associated with the given name. Returns nil if there is no UI object with the name given, or if the named UI object is not a Frame.
 | 
						|
function GetClickFrame(name) end |