Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
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!
=== Dungeon Finder === Functions supporting the Dungeon Finder UI, added in 3.3. See also the [[#Raid Browser]] and [[#Looking for Group]] sections. :HW {{id|API|AcceptProposal}}() - Accept an LFD group invite and enter the dungeon. :{{id|API|CanPartyLFGBackfill}}() - Returns whether the party is eligible to recruit additional members from the LFG pool. :{{id|API|GetLFDChoiceCollapseState}}(nil or table) - returns LFGCollapseList :{{id|API|GetLFDChoiceEnabledState}}(nil or table) - returns LFGEnabledList :{{id|API|GetLFDChoiceInfo}}(nil or table) - Returns a table of all dungeon info keyed by dungeonID :{{id|API|GetLFDChoiceLockedState}}(nil or table) - Returns a table mapping dungeonID to isLocked (in LFD UI) :{{id|API|GetLFDChoiceOrder}}(nil or table) - returns LFDDungeonList :{{id|API|GetLFDLockPlayerCount}}() - returns the number of locks in a dungeon group :{{id|API|GetLFDLockInfo}}(dungeonID, lockedPlayerNumber) - returns playerName, lockedReason; lockedPlayerNumber is from 1 to [[#GetLFDLockPlayerCount]](); lockedReason is found in LFG_INSTANCE_INVALID_CODES :{{id|API|GetLFGDungeonInfo}}(dungeonId) - Returns information about a particular dungeon in the list: dungeonName, typeID, minLevel, maxLevel, recLevel, minRecLevel, maxRecLevel, expansionLevel, groupID, textureFilename, difficulty, maxPlayers, dungeonDescription, isHoliday :{{id|API|GetLFGDungeonRewards}}(dungeontype) - dungeontype = 261 (normal) or 262 (heroic), returns doneToday, moneyBase, moneyVar, experienceBase, experienceVar, numRewards :{{id|API|GetLFGDungeonRewardInfo}}(dungeonID, rewardIndex) - returns name, texturePath, quantity. rewardIndex matches 1 through numRewards from [[#GetLFGDungeonRewards]] :{{id|API|GetLFGInfoServer}} - returns inParty, joined, queued, noPartialClear, achievements, lfgComment, slotCount :{{id|API|GetLFGProposal}}() - Returns information about a LFD group invite. :{{id|API|GetLFGProposalEncounter}}(encounterNumber) - returns bossName, texture, isKilled. encounterNumber is from 1 to totalEncounters from [[#GetLFGProposal]]() :{{id|API|GetLFGProposalMember}}(playerNumber) - returns info about players (numbers 1-5) in the LFG proposal: isLeader, role, level, responded, accepted, name, class :{{id|API|GetLFGRandomDungeonInfo}}(index) - Returns information about a random dungeon queue: id, name :{{id|API|GetNumRandomDungeons}}() - returns the number of specific dungeons that can be queued for :{{id|API|GetPartyLFGBackfillInfo}}() - Returns information about the dungeon for which you may currently recruit additional members from the LFG pool. :{{id|API|GetRandomDungeonBestChoice}}() - Returns suggested random dungeon ID. :{{id|API|HasLFGRestrictions}}() - Returns whether the player is in a random party formed by the dungeon finder system. :{{id|API|IsLFGDungeonJoinable}}(dungeonId) - Returns whether you can queue for a particular dungeon; dungeonId is from [[#GetLFGRandomDungeonInfo]] :{{id|API|LFGTeleport}}([toSafety]) - Teleports the player to (toSafety = nil) or from (toSafety = true) a dungeon :{{id|API|RejectProposal}}() - Reject an LFD group invite and exit the queue. :{{id|API|SetLFGHeaderCollapsed}}(headerID, isCollapsed) :{{id|API|UnitGroupRolesAssigned}}(UnitID) - Return's the targeted unit's assigned role.
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)