WoW API: GetLFGRoleUpdateSlot()

From AddOn Studio
Revision as of 06:49, 9 December 2009 by WoWWiki>Peeka (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 (…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetLFGRoleUpdateSlot()

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

Takes

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

dungeonType, dungeonID

dungeonID can then be used in LFGGetDungeonInfoByID()


Notes

This function was added in patch 3.3.