5 lines
		
	
	
		
			225 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			225 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param fullname string 
 | 
						|
---Adds the named character to the ignore list, or removes the character if already in the ignore list
 | 
						|
function AddOrDelIgnore(fullname) end |