12 lines
308 B
Lua
12 lines
308 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isInstance
|
|
---@return raid instanceType
|
|
---@return arena
|
|
---@return none
|
|
---@return party
|
|
---@return pvp
|
|
---@return raid
|
|
---Returns whether the player is in an instance (and its type if applicable)
|
|
function IsInInstance() end
|