Files
wow-weakauras/Meta/api/EJ_GetInstanceInfo.lua
2024-11-07 23:12:37 +01:00

13 lines
469 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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