WoW:API GetSavedInstanceInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added Naxxramas and Ahn'Qiraj (except spelling/punc))
mNo edit summary
Line 6: Line 6:


== Parameters ==
== Parameters ==
:;index : Number - index of the instance, ranges from 1 to GetNumSavedInstaces()
:;index : Number - index of the instance, ranges from 1 to GetNumSavedInstances()


=== Returns ===
=== Returns ===

Revision as of 14:04, 19 June 2008

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 GetNumSavedInstances()

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, Naxxramas and Ahn'Qiraj
  • Added in 1.11