10 lines
		
	
	
		
			276 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			276 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return boolean leader
 | 
						|
---@return boolean tank
 | 
						|
---@return boolean healer
 | 
						|
---@return boolean damage
 | 
						|
---Returns the group roles for which the player has signed up in the LFG system
 | 
						|
function GetLFGRoles() end
 |