WoW API: GetInstanceLockTimeRemaining
Jump to navigation
Jump to search
← WoW API < GetInstanceLockTimeRemaining
local lockTimeleft, isPreviousInstance = GetInstanceLockTimeRemaining();
Parameters
Arguments
- void
Returns
- lockTimeLeft
- Number - Seconds until lock period ends
- isPreviousInstance
- Boolean - Whether this instance has yet to be entered since last lockout expired (allowing for lock extension options)
Example
Details
- Patch 3.2, this was noted as being updated in 3.2 with isPreviousInstance being the change, but this funciton was not even listed in wowwiki, so not sure if it's just totally new source