GetInstanceLockTimeRemaining

From Warcraft Wiki
Jump to navigation Jump to search

Returns info for the instance lock timer for the current instance.

lockTimeleft, isPreviousInstance, encountersTotal, encountersComplete = GetInstanceLockTimeRemaining()

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).
encountersTotal
number - Total number of bosses in the instance.
encountersComplete
number - Number of bosses already dead in the instance.

Details

Patch changes

Wrath-Logo-Small.png Patch 3.2.0 (2009-08-04): isPreviousInstance return value added.

See also