7 lines
457 B
Lua
7 lines
457 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return 1nil canResetInstances
|
|
---Returns whether the player can reset instances. Used to determine whether to display the "Reset Instance" option in the unit popup menu for the player. Only instances to which the player is not saved may be reset (i.e. normal 5-man dungeons, not heroic dungeons or raids), and only by a solo player or group leader.
|
|
function CanShowResetInstances() end
|