WoW API: GetInstanceLockTimeRemaining
Jump to navigation
Jump to search
← WoW API < GetInstanceLockTimeRemaining
Returns information about the instance lock timer for the current instance.
lockTimeleft, isPreviousInstance, encountersTotal, encountersComplete = GetInstanceLockTimeRemaining();
Returns[edit]
- 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)
- encountersTotal
- Number - Total number of bosses in the instance.
- encountersComplete
- Number - Number of bosses already dead in the instance.
History[edit]
- isPreviousInstance argument added in Patch 3.2