GetNumSavedInstances

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.11.0 / 1.13.2

Returns the number of instances for which the character is locked out.

numInstances = GetNumSavedInstances()

Returns

numInstances
number - number of instances with available lockouts, 0 if none.

Details

  • Returns the number of records that can be queried via GetSavedInstanceInfo(...).
  • The count returned includes not just locked instances, but expired and extended lockouts as well.
  • The count does not include world bosses, which use GetNumSavedWorldBosses().

Patch changes

WoW Icon update.png Patch 1.11.0 (2006-06-19): Added.

See also