Files
wow_Meta/api/GetLFGDungeonEncounterInfo.lua
2025-05-04 14:35:26 +02:00

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