WoW:API GetLFGRoleUpdateSlot(): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns the objectives you are currently flagged to as LFG.<br> Usage:<br> <nowiki> dungeonType, dungeonID = GetLFGRoleUpdateSlot(slot);</nowiki> ===Takes=== : slot (…')
 
m (Move page script moved page API GetLFGRoleUpdateSlot() to API GetLFGRoleUpdateSlot() without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetLFGRoleUpdateSlot()

Returns the objectives you are currently flagged to as LFG.
Usage:
dungeonType, dungeonID = GetLFGRoleUpdateSlot(slot);

Takes[edit]

slot (number that corresponds to the number of instances you are queued for. '1' will be the first instance you are queued for, 2 is the second, etc.)

Returns[edit]

dungeonType, dungeonID

dungeonID can then be used in LFGGetDungeonInfoByID()


Notes[edit]

This function was added in patch 3.3.