WoW API: GetLFGMode

From AddOn Studio
Revision as of 03:05, 21 December 2009 by WoWWiki>Kjasi (Created page with '{{wowapi}} __NOTOC__ Returns the current mode while in LFG. mode, submode= GetLFGMode() == Returns == ;mode : string - returns your LFG status. ;submode : string - retur…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.