Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetSavedInstanceInfo
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ Returns information about the instances the player is saved to. name, id, reset, difficulty, locked, extended, instanceIDMostSig, isRaid, maxPlayers, difficultyName, numEncounters, encounterProgress = GetSavedInstanceInfo(index) == Parameters == ;index : Number - index of the saved instance, ranges from 1 to [[API_GetNumSavedInstances|GetNumSavedInstances]]() == Returns == ;name : String - the name of the instance ;id : Number - the ID of the instance ;reset : Number - the number of seconds remaining until the instance resets ;difficulty : Number - the difficulty of the raid instance ;locked : Boolean - true if the instance is currently locked, false for a historic entry ;extended : Boolean - shows true if the ID has been extended ;instanceIDMostSig : Number - unknown ;isRaid : Boolean - shows true if it is a raid ;maxPlayers : Number - shows the max players ;difficultyName : String - shows a localized string i.e. 10 Player (Heroic) ;numEncounters : Number - number of boss encounters in this instance ;encounterProgress : Number - farthest boss encounter in this instance for player ==Details== * Exact returned instance names (English): Onyxia's Lair, Blackwing Lair, Molten Core, Zul'Gurub, Ruins of Ahn'Qiraj, Naxxramas and Ahn'Qiraj ** Caveat: The instance names are ''not'' necessarily identical with the names returned from GetLFGTypeEntries(). * Added in 1.11 * 3.0.2: added instance difficulty. Difficulty > 1 indicates a heroic raid (25-man version) * 3.2.0: added locked, extended, instanceIDMostSig, isRaid, maxPlayers and difficultyName * 4.0.1: added numEncounters and encounterProgress
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)