7 lines
		
	
	
		
			219 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			219 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param unit string 
 | 
						|
---@param name string 
 | 
						|
---@return 1nil muted 
 | 
						|
---Returns whether a character has been muted by the player
 | 
						|
function IsMuted(unit, name) end |