The Looking For Group tool was added in[Patch 2.0.1](https://wow.gamepedia.com/Patch_2.0.1 "Patch 2.0.1"). It was renamed to the[Dungeon Finder](https://wow.gamepedia.com/Dungeon_Finder "Dungeon Finder")in[Patch 3.3.0](https://wow.gamepedia.com/Patch_3.3.0 "Patch 3.3.0")and raid queuing moved to a separate[Raid Browser](https://wow.gamepedia.com/Raid_Browser "Raid Browser"). The[Raid Finder](https://wow.gamepedia.com/Raid_Finder "Raid Finder")was added in[Patch 4.3.0](https://wow.gamepedia.com/Patch_4.3.0 "Patch 4.3.0")and merged into the Dungeon Finder in[Patch 5.0.4](https://wow.gamepedia.com/Patch_5.0.4 "Patch 5.0.4"). The Dungeon Finder was reworked in[Patch 6.0.2](https://wow.gamepedia.com/Patch_6.0.2 "Patch 6.0.2")into the[Group Finder](https://wow.gamepedia.com/Group_Finder "Group Finder").
[C\_LFGInfo.GetAllEntriesForCategory](https://wow.gamepedia.com/API_C_LFGInfo.GetAllEntriesForCategory "API C LFGInfo.GetAllEntriesForCategory")()
[C\_LFGInfo.HideNameFromUI](https://wow.gamepedia.com/API_C_LFGInfo.HideNameFromUI "API C LFGInfo.HideNameFromUI")(dungeonID)
[C\_LFGList.AcceptInvite](https://wow.gamepedia.com/index.php?title=API_C_LFGList.AcceptInvite&action=edit&redlink=1 "API C LFGList.AcceptInvite (page does not exist)")(resultID)
[C\_LFGList.ApplyToGroup](https://wow.gamepedia.com/API_C_LFGList.ApplyToGroup "API C LFGList.ApplyToGroup")(resultID, comment, tank, healer, dps)
[C\_LFGList.CanActiveEntryUseAutoAccept](https://wow.gamepedia.com/API_C_LFGList.CanActiveEntryUseAutoAccept "API C LFGList.CanActiveEntryUseAutoAccept")()
[C\_LFGList.CanCreateQuestGroup](https://wow.gamepedia.com/API_C_LFGList.CanCreateQuestGroup "API C LFGList.CanCreateQuestGroup")(questID)
[C\_LFGList.CancelApplication](https://wow.gamepedia.com/index.php?title=API_C_LFGList.CancelApplication&action=edit&redlink=1 "API C LFGList.CancelApplication (page does not exist)")(resultID)
[C\_LFGList.ClearApplicationTextFields](https://wow.gamepedia.com/API_C_LFGList.ClearApplicationTextFields "API C LFGList.ClearApplicationTextFields")()
[C\_LFGList.ClearCreationTextFields](https://wow.gamepedia.com/API_C_LFGList.ClearCreationTextFields "API C LFGList.ClearCreationTextFields")()
[C\_LFGList.ClearSearchResults](https://wow.gamepedia.com/API_C_LFGList.ClearSearchResults "API C LFGList.ClearSearchResults")()
[C\_LFGList.ClearSearchTextFields](https://wow.gamepedia.com/API_C_LFGList.ClearSearchTextFields "API C LFGList.ClearSearchTextFields")()
[C\_LFGList.CopyActiveEntryInfoToCreationFields](https://wow.gamepedia.com/API_C_LFGList.CopyActiveEntryInfoToCreationFields "API C LFGList.CopyActiveEntryInfoToCreationFields")()
[C\_LFGList.CreateListing](https://wow.gamepedia.com/API_C_LFGList.CreateListing "API C LFGList.CreateListing")(activityID, itemLevel, honorLevel, autoAccept, privateGroup, questID)
[C\_LFGList.DeclineApplicant](https://wow.gamepedia.com/index.php?title=API_C_LFGList.DeclineApplicant&action=edit&redlink=1 "API C LFGList.DeclineApplicant (page does not exist)")(applicantID)
[C\_LFGList.DeclineInvite](https://wow.gamepedia.com/index.php?title=API_C_LFGList.DeclineInvite&action=edit&redlink=1 "API C LFGList.DeclineInvite (page does not exist)")(searchResultID)
[C\_LFGList.GetActiveEntryInfo](https://wow.gamepedia.com/API_C_LFGList.GetActiveEntryInfo "API C LFGList.GetActiveEntryInfo")() - Returns information about your currently listed group.
[C\_LFGList.GetActivityGroupInfo](https://wow.gamepedia.com/API_C_LFGList.GetActivityGroupInfo "API C LFGList.GetActivityGroupInfo")(groupID) - Returns information about an activity group.
[C\_LFGList.GetActivityIDForQuestID](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetActivityIDForQuestID&action=edit&redlink=1 "API C LFGList.GetActivityIDForQuestID (page does not exist)")(questID)
[C\_LFGList.GetActivityInfoExpensive](https://wow.gamepedia.com/API_C_LFGList.GetActivityInfoExpensive "API C LFGList.GetActivityInfoExpensive")(activityID) - Checks if you are in the zone associated with an activity.
[C\_LFGList.GetActivityInfo](https://wow.gamepedia.com/API_C_LFGList.GetActivityInfo "API C LFGList.GetActivityInfo")(activityID) - Returns information about an activity for premade groups.
[C\_LFGList.GetApplicantInfo](https://wow.gamepedia.com/API_C_LFGList.GetApplicantInfo "API C LFGList.GetApplicantInfo")(applicantID) - Returns status informations and custom message of an applicant.
[C\_LFGList.GetApplicantMemberInfo](https://wow.gamepedia.com/API_C_LFGList.GetApplicantMemberInfo "API C LFGList.GetApplicantMemberInfo")(applicantID) - Returns name, class, level and more about an applicant group member.
[C\_LFGList.GetApplicantMemberStats](https://wow.gamepedia.com/API_C_LFGList.GetApplicantMemberStats "API C LFGList.GetApplicantMemberStats")(applicantID) - Returns stats about an applicant group member.
[C\_LFGList.GetApplicants](https://wow.gamepedia.com/API_C_LFGList.GetApplicants "API C LFGList.GetApplicants")() - Returns a table with applicantIDs.
[C\_LFGList.GetApplicationInfo](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetApplicationInfo&action=edit&redlink=1 "API C LFGList.GetApplicationInfo (page does not exist)")(searchResultID)
[C\_LFGList.GetApplications](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetApplications&action=edit&redlink=1 "API C LFGList.GetApplications (page does not exist)")()
[C\_LFGList.GetAvailableActivities](https://wow.gamepedia.com/API_C_LFGList.GetAvailableActivities "API C LFGList.GetAvailableActivities")(\[categoryID, groupID , filter\]) - Returns a list of available activityIDs.
[C\_LFGList.GetAvailableActivityGroups](https://wow.gamepedia.com/API_C_LFGList.GetAvailableActivityGroups "API C LFGList.GetAvailableActivityGroups")(categoryID \[, filter\]) - Returns a list of available groupIDs.
[C\_LFGList.GetAvailableCategories](https://wow.gamepedia.com/API_C_LFGList.GetAvailableCategories "API C LFGList.GetAvailableCategories")(\[filter\]) - Returns a list of available categoryIDs.
[C\_LFGList.GetAvailableLanguageSearchFilter](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetAvailableLanguageSearchFilter&action=edit&redlink=1 "API C LFGList.GetAvailableLanguageSearchFilter (page does not exist)")()
[C\_LFGList.GetAvailableRoles](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetAvailableRoles&action=edit&redlink=1 "API C LFGList.GetAvailableRoles (page does not exist)")()
[C\_LFGList.GetCategoryInfo](https://wow.gamepedia.com/API_C_LFGList.GetCategoryInfo "API C LFGList.GetCategoryInfo")(categoryID) - Returns information about a specific category.
[C\_LFGList.GetDefaultLanguageSearchFilter](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetDefaultLanguageSearchFilter&action=edit&redlink=1 "API C LFGList.GetDefaultLanguageSearchFilter (page does not exist)")()
[C\_LFGList.GetLanguageSearchFilter](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetLanguageSearchFilter&action=edit&redlink=1 "API C LFGList.GetLanguageSearchFilter (page does not exist)")()
[C\_LFGList.GetNumApplicants](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetNumApplicants&action=edit&redlink=1 "API C LFGList.GetNumApplicants (page does not exist)")()
[C\_LFGList.GetNumApplications](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetNumApplications&action=edit&redlink=1 "API C LFGList.GetNumApplications (page does not exist)")()
[C\_LFGList.GetNumInvitedApplicantMembers](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetNumInvitedApplicantMembers&action=edit&redlink=1 "API C LFGList.GetNumInvitedApplicantMembers (page does not exist)")()
[C\_LFGList.GetNumPendingApplicantMembers](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetNumPendingApplicantMembers&action=edit&redlink=1 "API C LFGList.GetNumPendingApplicantMembers (page does not exist)")()
[C\_LFGList.GetRoleCheckInfo](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetRoleCheckInfo&action=edit&redlink=1 "API C LFGList.GetRoleCheckInfo (page does not exist)")()
[C\_LFGList.GetSearchResultEncounterInfo](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetSearchResultEncounterInfo&action=edit&redlink=1 "API C LFGList.GetSearchResultEncounterInfo (page does not exist)")(searchResultID)
[C\_LFGList.GetSearchResultFriends](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetSearchResultFriends&action=edit&redlink=1 "API C LFGList.GetSearchResultFriends (page does not exist)")(searchResultID)
[C\_LFGList.GetSearchResultInfo](https://wow.gamepedia.com/API_C_LFGList.GetSearchResultInfo "API C LFGList.GetSearchResultInfo")(searchResultID)
[C\_LFGList.GetSearchResultMemberCounts](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetSearchResultMemberCounts&action=edit&redlink=1 "API C LFGList.GetSearchResultMemberCounts (page does not exist)")(searchResultID)
[C\_LFGList.GetSearchResultMemberInfo](https://wow.gamepedia.com/index.php?title=API_C_LFGList.GetSearchResultMemberInfo&action=edit&redlink=1 "API C LFGList.GetSearchResultMemberInfo (page does not exist)")(searchResultID, memberIndex)
[C\_LFGList.GetSearchResults](https://wow.gamepedia.com/API_C_LFGList.GetSearchResults "API C LFGList.GetSearchResults")()
[C\_LFGList.HasActiveEntryInfo](https://wow.gamepedia.com/API_C_LFGList.HasActiveEntryInfo "API C LFGList.HasActiveEntryInfo")()
[C\_LFGList.HasActivityList](https://wow.gamepedia.com/index.php?title=API_C_LFGList.HasActivityList&action=edit&redlink=1 "API C LFGList.HasActivityList (page does not exist)")()
[C\_LFGList.HasSearchResultInfo](https://wow.gamepedia.com/API_C_LFGList.HasSearchResultInfo "API C LFGList.HasSearchResultInfo")(searchResultID)
[C\_LFGList.InviteApplicant](https://wow.gamepedia.com/API_C_LFGList.InviteApplicant "API C LFGList.InviteApplicant")(applicantID)
[C\_LFGList.IsCurrentlyApplying](https://wow.gamepedia.com/index.php?title=API_C_LFGList.IsCurrentlyApplying&action=edit&redlink=1 "API C LFGList.IsCurrentlyApplying (page does not exist)")()
[C\_LFGList.RefreshApplicants](https://wow.gamepedia.com/index.php?title=API_C_LFGList.RefreshApplicants&action=edit&redlink=1 "API C LFGList.RefreshApplicants (page does not exist)")()
[C\_LFGList.RemoveApplicant](https://wow.gamepedia.com/index.php?title=API_C_LFGList.RemoveApplicant&action=edit&redlink=1 "API C LFGList.RemoveApplicant (page does not exist)")(applicantID)
[C\_LFGList.RemoveListing](https://wow.gamepedia.com/API_C_LFGList.RemoveListing "API C LFGList.RemoveListing")()
[C\_LFGList.ReportApplicant](https://wow.gamepedia.com/index.php?title=API_C_LFGList.ReportApplicant&action=edit&redlink=1 "API C LFGList.ReportApplicant (page does not exist)")(applicantID)
[C\_LFGList.ReportSearchResult](https://wow.gamepedia.com/index.php?title=API_C_LFGList.ReportSearchResult&action=edit&redlink=1 "API C LFGList.ReportSearchResult (page does not exist)")(resultID, complaintType)
[C\_LFGList.RequestAvailableActivities](https://wow.gamepedia.com/API_C_LFGList.RequestAvailableActivities "API C LFGList.RequestAvailableActivities")()
[C\_LFGList.SaveLanguageSearchFilter](https://wow.gamepedia.com/index.php?title=API_C_LFGList.SaveLanguageSearchFilter&action=edit&redlink=1 "API C LFGList.SaveLanguageSearchFilter (page does not exist)")(enabled)
[C\_LFGList.Search](https://wow.gamepedia.com/API_C_LFGList.Search "API C LFGList.Search")(categoryID \[, filters, preferredFilters, languages\])
[C\_LFGList.SetApplicantMemberRole](https://wow.gamepedia.com/index.php?title=API_C_LFGList.SetApplicantMemberRole&action=edit&redlink=1 "API C LFGList.SetApplicantMemberRole (page does not exist)")(applicantID, memberIndex, role)
[C\_LFGList.SetSearchToActivity](https://wow.gamepedia.com/API_C_LFGList.SetSearchToActivity "API C LFGList.SetSearchToActivity")(activityID)
[C\_LFGList.SetSearchToQuestID](https://wow.gamepedia.com/API_C_LFGList.SetSearchToQuestID "API C LFGList.SetSearchToQuestID")(questID)
[C\_LFGList.UpdateListing](https://wow.gamepedia.com/index.php?title=API_C_LFGList.UpdateListing&action=edit&redlink=1 "API C LFGList.UpdateListing (page does not exist)")(lfgID, itemLevel, honorLevel, autoAccept, private \[, questID\])
[AcceptProposal](https://wow.gamepedia.com/API_AcceptProposal "API AcceptProposal")() - Accept an LFD group invite and enter the dungeon.
[CanPartyLFGBackfill](https://wow.gamepedia.com/index.php?title=API_CanPartyLFGBackfill&action=edit&redlink=1 "API CanPartyLFGBackfill (page does not exist)")() - Returns whether the party is eligible to recruit additional members from the LFG pool.
[ClearAllLFGDungeons](https://wow.gamepedia.com/index.php?title=API_ClearAllLFGDungeons&action=edit&redlink=1 "API ClearAllLFGDungeons (page does not exist)")(category)
[CompleteLFGReadyCheck](https://wow.gamepedia.com/index.php?title=API_CompleteLFGReadyCheck&action=edit&redlink=1 "API CompleteLFGReadyCheck (page does not exist)")(isReady)
[CompleteLFGRoleCheck](https://wow.gamepedia.com/index.php?title=API_CompleteLFGRoleCheck&action=edit&redlink=1 "API CompleteLFGRoleCheck (page does not exist)")(isReady) - Returns true if the role check was successful.
[DungeonAppearsInRandomLFD](https://wow.gamepedia.com/index.php?title=API_DungeonAppearsInRandomLFD&action=edit&redlink=1 "API DungeonAppearsInRandomLFD (page does not exist)")(dungeonID)
[GetDungeonForRandomSlot](https://wow.gamepedia.com/index.php?title=API_GetDungeonForRandomSlot&action=edit&redlink=1 "API GetDungeonForRandomSlot (page does not exist)")(randomID, index)
[GetDungeonInfo](https://wow.gamepedia.com/index.php?title=API_GetDungeonInfo&action=edit&redlink=1 "API GetDungeonInfo (page does not exist)")()
[GetGroupMemberCounts](https://wow.gamepedia.com/index.php?title=API_GetGroupMemberCounts&action=edit&redlink=1 "API GetGroupMemberCounts (page does not exist)")()
[GetLFDChoiceCollapseState](https://wow.gamepedia.com/index.php?title=API_GetLFDChoiceCollapseState&action=edit&redlink=1 "API GetLFDChoiceCollapseState (page does not exist)")(\[LFGCollapseList\])
[GetLFDChoiceEnabledState](https://wow.gamepedia.com/index.php?title=API_GetLFDChoiceEnabledState&action=edit&redlink=1 "API GetLFDChoiceEnabledState (page does not exist)")(\[LFGEnabledList\])
[GetLFDChoiceLockedState](https://wow.gamepedia.com/index.php?title=API_GetLFDChoiceLockedState&action=edit&redlink=1 "API GetLFDChoiceLockedState (page does not exist)")(\[LFGLockList\])
[GetLFDChoiceOrder](https://wow.gamepedia.com/index.php?title=API_GetLFDChoiceOrder&action=edit&redlink=1 "API GetLFDChoiceOrder (page does not exist)")(\[LFDDungeonList\])
[GetLFDLockInfo](https://wow.gamepedia.com/index.php?title=API_GetLFDLockInfo&action=edit&redlink=1 "API GetLFDLockInfo (page does not exist)")(dungeonID, playerIndex)
[GetLFDLockPlayerCount](https://wow.gamepedia.com/index.php?title=API_GetLFDLockPlayerCount&action=edit&redlink=1 "API GetLFDLockPlayerCount (page does not exist)")()
[GetLFDRoleLockInfo](https://wow.gamepedia.com/index.php?title=API_GetLFDRoleLockInfo&action=edit&redlink=1 "API GetLFDRoleLockInfo (page does not exist)")(dungeonID, roleID)
[GetLFDRoleRestrictions](https://wow.gamepedia.com/index.php?title=API_GetLFDRoleRestrictions&action=edit&redlink=1 "API GetLFDRoleRestrictions (page does not exist)")(dungeonID)
[GetLFGBonusFactionID](https://wow.gamepedia.com/API_GetLFGBonusFactionID "API GetLFGBonusFactionID")()
[GetLFGBootProposal](https://wow.gamepedia.com/API_GetLFGBootProposal "API GetLFGBootProposal")() - Returns info about a LFG Kick vote in progress.
[GetLFGCategoryForID](https://wow.gamepedia.com/index.php?title=API_GetLFGCategoryForID&action=edit&redlink=1 "API GetLFGCategoryForID (page does not exist)")(partySlot)
[GetLFGCompletionRewardItemLink](https://wow.gamepedia.com/index.php?title=API_GetLFGCompletionRewardItemLink&action=edit&redlink=1 "API GetLFGCompletionRewardItemLink (page does not exist)")(rewardIndex)
[GetLFGCompletionRewardItem](https://wow.gamepedia.com/index.php?title=API_GetLFGCompletionRewardItem&action=edit&redlink=1 "API GetLFGCompletionRewardItem (page does not exist)")(rewardIndex)
[GetLFGCompletionReward](https://wow.gamepedia.com/index.php?title=API_GetLFGCompletionReward&action=edit&redlink=1 "API GetLFGCompletionReward (page does not exist)")()
[GetLFGDeserterExpiration](https://wow.gamepedia.com/API_GetLFGDeserterExpiration "API GetLFGDeserterExpiration")() - Returns the time at which you may once again use the dungeon finder after prematurely leaving a group.
[GetLFGDungeonEncounterInfo](https://wow.gamepedia.com/API_GetLFGDungeonEncounterInfo "API GetLFGDungeonEncounterInfo")(dungeonID, encounterIndex)
[GetLFGDungeonInfo](https://wow.gamepedia.com/API_GetLFGDungeonInfo "API GetLFGDungeonInfo")(dungeonID) - Returns dungeon information.
[GetLFGDungeonNumEncounters](https://wow.gamepedia.com/API_GetLFGDungeonNumEncounters "API GetLFGDungeonNumEncounters")(dungeonID)
[GetLFGDungeonRewardCapBarInfo](https://wow.gamepedia.com/API_GetLFGDungeonRewardCapBarInfo "API GetLFGDungeonRewardCapBarInfo")(dungeonID) - Returns information on the weekly point limits.
[GetLFGDungeonRewardCapInfo](https://wow.gamepedia.com/index.php?title=API_GetLFGDungeonRewardCapInfo&action=edit&redlink=1 "API GetLFGDungeonRewardCapInfo (page does not exist)")(dungeonID)
[GetLFGDungeonRewardInfo](https://wow.gamepedia.com/index.php?title=API_GetLFGDungeonRewardInfo&action=edit&redlink=1 "API GetLFGDungeonRewardInfo (page does not exist)")(dungeonID, rewardIndex)
[GetLFGDungeonRewardLink](https://wow.gamepedia.com/index.php?title=API_GetLFGDungeonRewardLink&action=edit&redlink=1 "API GetLFGDungeonRewardLink (page does not exist)")(dungeonID, rewardIndex)
[GetLFGDungeonRewards](https://wow.gamepedia.com/index.php?title=API_GetLFGDungeonRewards&action=edit&redlink=1 "API GetLFGDungeonRewards (page does not exist)")(dungeonID)
[GetLFGDungeonShortageRewardInfo](https://wow.gamepedia.com/index.php?title=API_GetLFGDungeonShortageRewardInfo&action=edit&redlink=1 "API GetLFGDungeonShortageRewardInfo (page does not exist)")(dungeonID, shortageIndex, rewardIndex)
[GetLFGDungeonShortageRewardLink](https://wow.gamepedia.com/index.php?title=API_GetLFGDungeonShortageRewardLink&action=edit&redlink=1 "API GetLFGDungeonShortageRewardLink (page does not exist)")(dungeonID, shortageIndex, rewardIndex)
[GetLFGInfoServer](https://wow.gamepedia.com/index.php?title=API_GetLFGInfoServer&action=edit&redlink=1 "API GetLFGInfoServer (page does not exist)")(category \[, lfgID\])
[GetLFGInviteRoleAvailability](https://wow.gamepedia.com/index.php?title=API_GetLFGInviteRoleAvailability&action=edit&redlink=1 "API GetLFGInviteRoleAvailability (page does not exist)")(roleID)
[GetLFGInviteRoleRestrictions](https://wow.gamepedia.com/index.php?title=API_GetLFGInviteRoleRestrictions&action=edit&redlink=1 "API GetLFGInviteRoleRestrictions (page does not exist)")(roleID)
[GetLFGProposalEncounter](https://wow.gamepedia.com/index.php?title=API_GetLFGProposalEncounter&action=edit&redlink=1 "API GetLFGProposalEncounter (page does not exist)")(encounterIndex)
[GetLFGProposalMember](https://wow.gamepedia.com/index.php?title=API_GetLFGProposalMember&action=edit&redlink=1 "API GetLFGProposalMember (page does not exist)")(memberIndex) - Returns info about the players in the LFG proposal.
[GetLFGProposal](https://wow.gamepedia.com/API_GetLFGProposal "API GetLFGProposal")()
[GetLFGQueueStats](https://wow.gamepedia.com/API_GetLFGQueueStats "API GetLFGQueueStats")(category \[, lfgID\]) - Returns current state and wait times for being in queue.
[GetLFGQueuedList](https://wow.gamepedia.com/index.php?title=API_GetLFGQueuedList&action=edit&redlink=1 "API GetLFGQueuedList (page does not exist)")(category \[, table\])
[GetLFGRandomCooldownExpiration](https://wow.gamepedia.com/API_GetLFGRandomCooldownExpiration "API GetLFGRandomCooldownExpiration")() - Returns the time at which you may once again queue for a random dungeon.
[GetLFGRandomDungeonInfo](https://wow.gamepedia.com/index.php?title=API_GetLFGRandomDungeonInfo&action=edit&redlink=1 "API GetLFGRandomDungeonInfo (page does not exist)")(index) - Returns information about a random dungeon queue.
[GetLFGReadyCheckUpdateBattlegroundInfo](https://wow.gamepedia.com/index.php?title=API_GetLFGReadyCheckUpdateBattlegroundInfo&action=edit&redlink=1 "API GetLFGReadyCheckUpdateBattlegroundInfo (page does not exist)")()
[GetLFGReadyCheckUpdate](https://wow.gamepedia.com/index.php?title=API_GetLFGReadyCheckUpdate&action=edit&redlink=1 "API GetLFGReadyCheckUpdate (page does not exist)")()
[GetLFGRoleShortageRewards](https://wow.gamepedia.com/API_GetLFGRoleShortageRewards "API GetLFGRoleShortageRewards")(dungeonID, shortageIndex) - Returns information about the LFG Call to Arms rewards.
[GetLFGRoleUpdateBattlegroundInfo](https://wow.gamepedia.com/API_GetLFGRoleUpdateBattlegroundInfo "API GetLFGRoleUpdateBattlegroundInfo")()
[GetLFGRoleUpdateMember](https://wow.gamepedia.com/index.php?title=API_GetLFGRoleUpdateMember&action=edit&redlink=1 "API GetLFGRoleUpdateMember (page does not exist)")(memberIndex)
[GetLFGRoleUpdateSlot](https://wow.gamepedia.com/API_GetLFGRoleUpdateSlot "API GetLFGRoleUpdateSlot")(slotIndex)
[GetLFGRoleUpdate](https://wow.gamepedia.com/index.php?title=API_GetLFGRoleUpdate&action=edit&redlink=1 "API GetLFGRoleUpdate (page does not exist)")()
[GetLFGRoles](https://wow.gamepedia.com/API_GetLFGRoles "API GetLFGRoles")() - Returns the roles you signed up as, not the role you were assigned.
[GetLFGSuspendedPlayers](https://wow.gamepedia.com/index.php?title=API_GetLFGSuspendedPlayers&action=edit&redlink=1 "API GetLFGSuspendedPlayers (page does not exist)")(category)
[GetLFGTypes](https://wow.gamepedia.com/API_GetLFGTypes "API GetLFGTypes")() - Returns all available LFG categories.
[GetNumDungeonForRandomSlot](https://wow.gamepedia.com/index.php?title=API_GetNumDungeonForRandomSlot&action=edit&redlink=1 "API GetNumDungeonForRandomSlot (page does not exist)")(randomID)
[GetNumRandomDungeons](https://wow.gamepedia.com/index.php?title=API_GetNumRandomDungeons&action=edit&redlink=1 "API GetNumRandomDungeons (page does not exist)")() - Returns the number of specific dungeons that can be queued for.
[GetPartyLFGBackfillInfo](https://wow.gamepedia.com/index.php?title=API_GetPartyLFGBackfillInfo&action=edit&redlink=1 "API GetPartyLFGBackfillInfo (page does not exist)")() - Returns information about the dungeon for which you may currently recruit additional members from the LFG pool.
[GetPartyLFGID](https://wow.gamepedia.com/index.php?title=API_GetPartyLFGID&action=edit&redlink=1 "API GetPartyLFGID (page does not exist)")()
[GetRandomDungeonBestChoice](https://wow.gamepedia.com/index.php?title=API_GetRandomDungeonBestChoice&action=edit&redlink=1 "API GetRandomDungeonBestChoice (page does not exist)")() - Returns the suggested random dungeon ID.
[GroupHasOfflineMember](https://wow.gamepedia.com/index.php?title=API_GroupHasOfflineMember&action=edit&redlink=1 "API GroupHasOfflineMember (page does not exist)")()
[HasLFGRestrictions](https://wow.gamepedia.com/API_HasLFGRestrictions "API HasLFGRestrictions")() - Returns whether the player is in a random party formed by the dungeon finder system.
[IsAllowedToUserTeleport](https://wow.gamepedia.com/API_IsAllowedToUserTeleport "API IsAllowedToUserTeleport")()
[IsInLFGDungeon](https://wow.gamepedia.com/index.php?title=API_IsInLFGDungeon&action=edit&redlink=1 "API IsInLFGDungeon (page does not exist)")()
[IsLFGComplete](https://wow.gamepedia.com/API_IsLFGComplete "API IsLFGComplete")() - Returns whether you have currently finished a Dungeon Finder instance.
[IsLFGDungeonJoinable](https://wow.gamepedia.com/index.php?title=API_IsLFGDungeonJoinable&action=edit&redlink=1 "API IsLFGDungeonJoinable (page does not exist)")() - Returns whether you can queue for a particular dungeon
[IsPartyLFG](https://wow.gamepedia.com/index.php?title=API_IsPartyLFG&action=edit&redlink=1 "API IsPartyLFG (page does not exist)")()
[IsServerControlledBackfill](https://wow.gamepedia.com/index.php?title=API_IsServerControlledBackfill&action=edit&redlink=1 "API IsServerControlledBackfill (page does not exist)")()
[JoinLFG](https://wow.gamepedia.com/index.php?title=API_JoinLFG&action=edit&redlink=1 "API JoinLFG (page does not exist)")(category)
[JoinSingleLFG](https://wow.gamepedia.com/index.php?title=API_JoinSingleLFG&action=edit&redlink=1 "API JoinSingleLFG (page does not exist)")(category, lfgID)
[LFGTeleport](https://wow.gamepedia.com/API_LFGTeleport "API LFGTeleport")(\[toSafety\]) - Teleports the player to or from a dungeon.
[LeaveLFG](https://wow.gamepedia.com/index.php?title=API_LeaveLFG&action=edit&redlink=1 "API LeaveLFG (page does not exist)")(category)
[LeaveSingleLFG](https://wow.gamepedia.com/index.php?title=API_LeaveSingleLFG&action=edit&redlink=1 "API LeaveSingleLFG (page does not exist)")(category, lfgID)
[PartyLFGStartBackfill](https://wow.gamepedia.com/index.php?title=API_PartyLFGStartBackfill&action=edit&redlink=1 "API PartyLFGStartBackfill (page does not exist)")()
[RefreshLFGList](https://wow.gamepedia.com/index.php?title=API_RefreshLFGList&action=edit&redlink=1 "API RefreshLFGList (page does not exist)")()
[RejectProposal](https://wow.gamepedia.com/API_RejectProposal "API RejectProposal")() - Rejects an LFG group invite and exits the queue.
[RequestBattlegroundInstanceInfo](https://wow.gamepedia.com/API_RequestBattlegroundInstanceInfo "API RequestBattlegroundInstanceInfo")(index) - Requests data about the available instances of a battleground.
[RequestLFDPartyLockInfo](https://wow.gamepedia.com/index.php?title=API_RequestLFDPartyLockInfo&action=edit&redlink=1 "API RequestLFDPartyLockInfo (page does not exist)")()
[RequestLFDPlayerLockInfo](https://wow.gamepedia.com/index.php?title=API_RequestLFDPlayerLockInfo&action=edit&redlink=1 "API RequestLFDPlayerLockInfo (page does not exist)")()
[SearchLFGGetEncounterResults](https://wow.gamepedia.com/index.php?title=API_SearchLFGGetEncounterResults&action=edit&redlink=1 "API SearchLFGGetEncounterResults (page does not exist)")(index, encounterIndex)
[SearchLFGGetJoinedID](https://wow.gamepedia.com/index.php?title=API_SearchLFGGetJoinedID&action=edit&redlink=1 "API SearchLFGGetJoinedID (page does not exist)")() - Returns the currently selected raid ID.
[SearchLFGGetNumResults](https://wow.gamepedia.com/API_SearchLFGGetNumResults "API SearchLFGGetNumResults")()
[SearchLFGGetPartyResults](https://wow.gamepedia.com/API_SearchLFGGetPartyResults "API SearchLFGGetPartyResults")(\[index, memberIndex\])
[SearchLFGGetResults](https://wow.gamepedia.com/API_SearchLFGGetResults "API SearchLFGGetResults")(\[index\])
HW[SearchLFGJoin](https://wow.gamepedia.com/API_SearchLFGJoin "API SearchLFGJoin")(typeID, lfgID))
[SearchLFGLeave](https://wow.gamepedia.com/index.php?title=API_SearchLFGLeave&action=edit&redlink=1 "API SearchLFGLeave (page does not exist)")() - Removes yourself from looking through the Raid Browser. Equivalent to selecting "none" in the Raid Browser.
[SearchLFGSort](https://wow.gamepedia.com/index.php?title=API_SearchLFGSort&action=edit&redlink=1 "API SearchLFGSort (page does not exist)")("type")
[SetLFGBonusFactionID](https://wow.gamepedia.com/API_SetLFGBonusFactionID "API SetLFGBonusFactionID")(factionID)
[SetLFGBootVote](https://wow.gamepedia.com/index.php?title=API_SetLFGBootVote&action=edit&redlink=1 "API SetLFGBootVote (page does not exist)")(shouldKick) - Responds to a vote-kick.
[SetLFGComment](https://wow.gamepedia.com/API_SetLFGComment "API SetLFGComment")(\["comment"\]) - Sets the comment in the raid browser.
[SetLFGDungeon](https://wow.gamepedia.com/index.php?title=API_SetLFGDungeon&action=edit&redlink=1 "API SetLFGDungeon (page does not exist)")(LE\_LFG\_CATEGORY, type)
[SetLFGDungeonEnabled](https://wow.gamepedia.com/index.php?title=API_SetLFGDungeonEnabled&action=edit&redlink=1 "API SetLFGDungeonEnabled (page does not exist)")(dungeonID, isEnabled)
[SetLFGHeaderCollapsed](https://wow.gamepedia.com/index.php?title=API_SetLFGHeaderCollapsed&action=edit&redlink=1 "API SetLFGHeaderCollapsed (page does not exist)")(headerID, isCollapsed)
[SetLFGRoles](https://wow.gamepedia.com/index.php?title=API_SetLFGRoles&action=edit&redlink=1 "API SetLFGRoles (page does not exist)")(\[leader, tank, healer, dps\]) - Changes the selected roles.
[Quick Join](https://wow.gamepedia.com/Quick_Join "Quick Join")was added in[Patch 7.1.0](https://wow.gamepedia.com/Patch_7.1.0 "Patch 7.1.0").
[C\_PartyInfo.GetActiveCategories](https://wow.gamepedia.com/API_C_PartyInfo.GetActiveCategories "API C PartyInfo.GetActiveCategories")()
[C\_PartyInfo.GetInviteConfirmationInvalidQueues](https://wow.gamepedia.com/API_C_PartyInfo.GetInviteConfirmationInvalidQueues "API C PartyInfo.GetInviteConfirmationInvalidQueues")("inviteGUID")
[C\_PartyInfo.GetInviteReferralInfo](https://wow.gamepedia.com/API_C_PartyInfo.GetInviteReferralInfo "API C PartyInfo.GetInviteReferralInfo")("inviteGUID") - Returns info for Quick join invites.
[C\_SocialQueue.GetAllGroups](https://wow.gamepedia.com/API_C_SocialQueue.GetAllGroups "API C SocialQueue.GetAllGroups")(\[allowNonJoinable\] \[, allowNonQueuedGroups\])
[C\_SocialQueue.GetConfig](https://wow.gamepedia.com/API_C_SocialQueue.GetConfig "API C SocialQueue.GetConfig")()
[C\_SocialQueue.GetGroupForPlayer](https://wow.gamepedia.com/API_C_SocialQueue.GetGroupForPlayer "API C SocialQueue.GetGroupForPlayer")("playerGUID")
[C\_SocialQueue.GetGroupInfo](https://wow.gamepedia.com/API_C_SocialQueue.GetGroupInfo "API C SocialQueue.GetGroupInfo")("groupGUID")
[C\_SocialQueue.GetGroupMembers](https://wow.gamepedia.com/API_C_SocialQueue.GetGroupMembers "API C SocialQueue.GetGroupMembers")("groupGUID")
[C\_SocialQueue.GetGroupQueues](https://wow.gamepedia.com/API_C_SocialQueue.GetGroupQueues "API C SocialQueue.GetGroupQueues")("groupGUID")
[C\_SocialQueue.RequestToJoin](https://wow.gamepedia.com/API_C_SocialQueue.RequestToJoin "API C SocialQueue.RequestToJoin")("groupGUID" \[, applyAsTank, applyAsHealer, applyAsDamage\])
[C\_SocialQueue.SignalToastDisplayed](https://wow.gamepedia.com/API_C_SocialQueue.SignalToastDisplayed "API C SocialQueue.SignalToastDisplayed")("groupGUID", priority)
[RequestInviteFromUnit](https://wow.gamepedia.com/index.php?title=API_RequestInviteFromUnit&action=edit&redlink=1 "API RequestInviteFromUnit (page does not exist)")()
- 基础
- 循环
- 迭代器
- ipairs与pairs 的区别
- 流程控制if
- 函数
- 运算符
- 字符串
- 数组
- table(表)
- 模块与包
- 魔兽插件
- 初学介绍
- api
- Global API
- Widget API
- 窗口小部件类层次结构(Widget Class Hierarchy)
- 动画(Animation)
- 透明度(Alpha)
- 线条缩放比例(LineScale)
- 平移(Translation)
- 线平移(Line Translation)
- 路径(Path)
- 旋转(Rotation)
- 缩放(Scale)
- 纹理坐标平移(TextureCoordTranslation)
- 框架 :Frame
- 浏览器(Browser)
- 按键(Button)
- Item按钮(ItemButton)
- 检查按钮(CheckButton)
- 检测(Checkout)
- 颜色选择(ColorSelect)
- 冷却(Cooldown)
- 编辑框(EditBox)
- 战争迷雾(FogOfWarFrame)
- 游戏工具提示(GameTooltip)
- 消息框(MessageFrame)
- 小地图(Minimap)
- 模型(Model)
- 玩家模型(PlayerModel)
- 电影模型(CinematicModel)
- 换装模型(DressUpModel)
- 战袍模型(TabardModel)
- _模型场景(ModelScene)
- 电影Frame(MovieFrame)
- 根小部件(Root Widgets)
- UIObject衍生品(UIObject Derivatives)
- 动画衍生品(Animation Derivatives)
- FontInstance
- 地区衍生品(Region Derivatives)
- 帧衍生品(Frame Derivatives)
- 特殊(Special)
- Events(游戏中变化的事件)
- WoWAPI
- Global Function Groups
- 帐户(Account)
- 成就(Achievements)
- 动作条(Action Bars)
- Action Buttons
- 插件(AddOns)
- 冒险指南(Adventure Guide)
- 神器(Artifact)
- 拍卖行(Auction House)
- 黑市AH
- 魔兽代币(WoW Tokens)
- Azerite
- 背包(Bags)
- 容器(Containers)
- 库存(Inventory)
- 银行(Bank)
- 公会银行(Guild Bank)
- 理发店(Barber Shop)
- 书籍(书籍)
- 日历(calendar)
- 相机(Camera)
- 频道(Channels)
- 聊天窗口(Chat Window)
- 社区(communities)
- 语音聊天(Voice Chat)
- 推特(Twitter)
- 角色(Character)
- 角色表(Paper Doll)
- 试衣间(dressing room)
- 活动(Movement)
- 指定目标(Targeting)
- 死亡(Death)
- 过场动画(Cinematics)
- 职业(class)
- 天赋(Talents)
- 收藏(Collections)
- 坐骑(Mount Journal)
- 宠物(Pet Journal)
- 玩具箱(Toy Box)
- 传家宝(Heirlooms)
- 外观(Appearances)
- 战斗记录(Combat Log)
- 战斗宠物(Combat Pets)
- 同伴(Companions)
- Contribution Collection
- 货币(Currency)
- 光标(Cursor)
- 客户支持(Customer Support)
- 知识库(Knowledge Base)
- 设备管理器(Equipment Manager)
- 扩展(Expansions)
- FrameXML
- 好友(Friends)
- Who List
- 真实身份证(Real ID)
- 招募朋友(Recruit-a-Friend)
- 驻军(Garrisons)
- 建筑物(Buildings)
- 战利品(Trophies)
- 追随者与任务(Followers & Missions)
- 团队(Groups)
- Raid Groups
- Raid Profiles
- 组查找器(Group Finder)
- 突袭者(Raid Finder)
- 公会(Guild)
- 检查(Inspection)
- Instances
- 场景(Scenarios)
- Mythic+
- 入侵(Invasions)
- 海岛探险(Island Expeditions)
- Items
- 按键绑定(Key Bindings)
- Modifiers
- 劫掠(Looting)
- 失控(Loss of Control)
- 宏命令(Macros)
- 邮件(Mail)
- 地图(Maps)
- 飞行管理员(Flight Master)
- 追踪(Tracking)
- 商人(Merchant)
- 铭牌(Nameplates)
- 宠物大战(Pet Battles)
- 申请书(Petitions)
- 专业(Professions)
- 考古(Archaeology)
- 附魔(Enchantments)
- 雕文(glyphs)
- 物品插口(tem Socketing)
- PvP
- 竞技场(Arena)
- 战场(Battlegrounds)
- 世界战场(World Battlefields)
- 争吵(Brawl)
- 战争游戏(War Games)
- 战争模式(War Mode)
- 任务 (Quests)
- 任务日志(Quest Log)
- 任务选择(Quest Choices)
- Task Quests
- 闲聊(Gossip)
- 探险地图(Adventure Map)
- 战争战役(War Campaigns)
- 种族(Races)
- 境界(Realms)
- 报告(Reporting)
- 声望(Reputation)
- 报废的机器(Scrapping Machine)
- 法术(Spells)
- Spell Book
- 商店(Shop)
- 召唤(Summoning)
- 系统(System)
- 网络(Network)
- 控制台(Console)
- 日期时间(Date & Time)
- 调试(Debugging)
- 图形(Graphics)
- 语言环境(Locales)
- 脚本分析(Script Profiling)
- 安全执行(Secure Execution)
- 声音(Sound)
- Sound Drivers
- Talking Head
- 交易(Trading)
- 训练师(Trainer)
- 迁移(Transmogrification)
- 空白存储(Void Storage)
- 讲解(Tutorials)
- UI对象(UI Objects)
- 框架(Frame)
- 字体(Font)
- 质地(Texture)
- 混合(Mixin)
- 咒语(SpellMixin)
- ItemMixin
- 物品位置(ItemLocationMixin)
- PlayerLocationMixin
- 模型场景(ModelScene)
- 未分类
- UI窗口小部件管理器(UI Widget Manager)
- 单位(Units)
- 光环(Auras)
- 玩家(Players)
- 实用程序(Util)
- 车辆(Vehicles)
- Classic Specific Functions
- 猎人宠物(Hunter Pets)
- 专业(Professions)
- 手工制作(Crafting)
- @PvP
- 模拟器
- 训练师(Trainer)
- 8.x API
- 控制台(Console)
- 召唤(Summoning)
- See also
- 外部链接(External links)
- Widget handlers(UI交互事件)
- ScriptObject
- AnimationGroup
- Animation对象
- Alpha对象
- Scale
- LineScale
- Translation
- LineTranslation
- Path
- Rotation
- TextureCoordTranslation
- Frame
- Browser
- Button
- CheckButton
- ItemButton
- Checkout
- ColorSelect
- Cooldown
- EditBox
- FogOfWarFrame
- GameTooltip
- Model
- PlayerModel
- CinematicModel
- DressupModel
- TabardModel
- MovieFrame
- ScrollFrame
- Slider
- MessageFrame
- Minimap
- ModelScene
- OffScreenFrame
- POIFrame
- ArchaeologyDigSiteFrame
- QuestPOIFrame
- ScenarioPOIFrame
- SimpleHTML
- StatusBar
- UnitPositionFrame
- WorldFrame
- 入门
- .toc
- .lua
- .xml
- 示例
- 自动邀请插件
- 完整例子:显示任务坐标
- eCoordinates.toc
- eCoordinates.xml
- eCoordinates.lua
- 开发帮助组件
- AddOn Studio编辑器
- 暴雪自带调试工具
- DevTools调试插件
- wowlua
- 魔兽宏
- 战斗宠物命令
- 暴雪界面命令
- 聊天命令
- chat substitutions
- 角色指令
- 开发者工具
- 表情动作
- 战斗命令
- 公会命令
- 小队与团队命令、
- 宠物命令
- PvP的命令
- 系统命令
- 目标函数
- 命令
- 被禁用的命令
- 宏条件
- 装备物品编号