11 lines
		
	
	
		
			431 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			431 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param dungeonId number
 | 
						|
---@param encounterIndex number
 | 
						|
---@return string bossName
 | 
						|
---@return nil texture
 | 
						|
---@return boolean isKilled
 | 
						|
---@return boolean result4
 | 
						|
---Returns whether an LFR encounter was already killed.. Does only give usable results for the encounters in the LFR part specified by the id
 | 
						|
function GetLFGDungeonEncounterInfo(dungeonId, encounterIndex) end
 |