WoW API: GetLFGMode

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetLFGMode

Returns the current mode while in LFG.

    mode, submode= GetLFGMode()

Returns[edit]

mode
string - returns your LFG status.
submode
string - returns your LFG sub-status.

Values[edit]

Mode[edit]

abandonedInDungeon
LFG party disbanded, player still in dungeon.
lfgparty
LFG dungeon in progress.
proposal
LFG party formed, notifying matched players dungeon is ready (ready check).
queued
Currently in LFG queue.
rolecheck
Querying groupmates to select their LFG roles before queuing.
nil
Not in LFG.

Submode[edit]

unempowered
defaults to this while in LFG.
empowered
Returns "empowered" after someone has declined a random Dungeon Finder group and you are "sent to the head of the line".
nil
Returns nil if not looking for more party members.