8 lines
		
	
	
		
			265 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			265 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param level number
 | 
						|
---@return table color
 | 
						|
---Returns a table of color values indicating the difficulty of a quest's level as compared to the player's
 | 
						|
function GetQuestDifficultyColor(level) end
 |