7 lines
454 B
Lua
7 lines
454 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number seconds
|
|
---Returns time remaining before the player is saved to a recently entered instance. Applies when the player enters an instance to which other members of her group are saved; if the player leaves the instance (normally or with RespondInstanceLock(false)) within this time limit she will not be saved to the instance.
|
|
function GetInstanceLockTimeRemaining() end
|