Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API LFGGetDungeonInfoByID()
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}} Returns data about a particular instance.<br> ==Usage== <nowiki> LFGGetDungeonInfoByID(dungeonID)</nowiki> ===Takes=== : InstanceId ===Returns=== : a table containing 12 values. LFG_RETURN_VALUES = { name = 1, typeID = 2, minLevel = 3, maxLevel = 4, recLevel = 5, --Recommended level minRecLevel = 6, --Minimum recommended level maxRecLevel = 7, --Maximum recommended level expansionLevel = 8, groupID = 9, texture = 10, -- "Interface\\LFGFrame\\LFGIcon-"..texture difficulty = 11, maxPlayers = 12, } --(from LFGframe.lua) For Example, /print (LFGGetDungeonInfoByID(1)) will return data about Wailing caverns. Something like (I guessed at the values) *Wailing Caverns *1 *15 *30 *20 *40 *1 *151 *"Interface\\LFGFrame\\LFGIcon-WAILINGCAVERNS" *1 *5 If you wanted just the name: /print LFGGetDungeonInfoByID(1)[LFG_RETURN_VALUES.name] Wailing Caverns ===See Also=== get dungeon ID's you are queued for with [[API GetLFGRoleUpdateSlot()|GetLFGRoleUpdateSlot()]] ===Notes=== This function was added in patch 3.3.
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
)