WoW API: GetInstanceLockTimeRemaining

From AddOn Studio
Revision as of 15:11, 13 August 2009 by WoWWiki>DigitalSorceress (Created page with '{{wowapi}} __NOTOC__ {{stub/API}} local lockTimeleft, isPreviousInstance = GetInstanceLockTimeRemaining(); == Parameters == === Arguments === : void === Returns === :;lockTim...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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