13 lines
457 B
Lua
13 lines
457 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 |