15 lines
		
	
	
		
			458 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			458 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param instanceID number
 | 
						|
---@return string instanceName
 | 
						|
---@return string instanceDesc
 | 
						|
---@return string backgroundTexture
 | 
						|
---@return string buttonTexture
 | 
						|
---@return string titleBackground
 | 
						|
---@return string iconTexture
 | 
						|
---@return number mapID
 | 
						|
---@return string instanceLink
 | 
						|
---Returns information about an instance used by the Dungeon Journal.
 | 
						|
function EJ_GetInstanceInfo(instanceID) end
 |