WoW API: GetLFGMode
Jump to navigation
Jump to search
← WoW API < GetLFGMode
Returns the current mode while in LFG.
mode, submode= GetLFGMode()
Returns
- mode
- string - returns your LFG status.
- submode
- string - returns your LFG sub-status.
Values
Mode
- lfgparty
- Returns this if you are in a party, but not in LFG.
- queued
- If you are looking for more people in LFG.
- nil
- Returns nil if you are not in LFG.
Submode
- 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.