WoW API: GetSavedInstanceInfo

From AddOn Studio
Revision as of 03:41, 24 June 2006 by WoWWiki>Mundocani
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetSavedInstanceInfo

Returns information about the instances the player is saved to.

name, ID, remaining = GetSavedInstanceInfo(index)

Parameters

index
Number - index of the instance, ranges from 1 to GetNumSavedInstaces()

Returns

name
String - the name of the instance
ID
Number - the ID of the instance
remaining
Number - the number of seconds remaining until the instance resets

Details

  • Exact returned instance names (English): Onyxia's Lair, Blackwing Lair, Molten Core, Zul'Gurub, Ruins of Ahn'Qiraj (other names are returned of course, but the exact captialization and punctuation haven't been added here yet)
  • Added in 1.11