Contents
← WoW API < GetNumSavedInstances
Returns the number of instances the player is currently saved to.
numInstances = GetNumSavedInstances()
Parameters[edit | edit source]
Returns[edit | edit source]
- numInstances
- Number - number of instances saved to, zero if none
Details[edit | edit source]
- Added in 1.11
- Actually it returns the number of records that can be queried via GetSavedInstanceInfo(...). This is not the same as the number of locked instances, as historic records are kept as well.
Community content is available under CC-BY-SA unless otherwise noted.