WoW:API GetLFGMode: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (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…')
 
(→‎Mode: - Added more return values)
Line 11: Line 11:
==Values==
==Values==
===Mode===
===Mode===
;lfgparty : Returns this if you are in a party, but not in LFG.
;abandonedInDungeon : LFG party disbanded, player still in dungeon.
;queued : If you are looking for more people in LFG.
;lfgparty : LFG dungeon in progress.
;nil : Returns nil if you are not in LFG.
;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===
===Submode===

Revision as of 10:36, 30 December 2009

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

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

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.