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…')
 
m (Move page script moved page API GetLFGMode to API GetLFGMode without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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===

Latest revision as of 04:46, 15 August 2023

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.