WoW:API GetLookingForGroup: Difference between revisions
Jump to navigation
Jump to search
m (→added tbc note) |
m (Move page script moved page API GetLookingForGroup to API GetLookingForGroup without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} {{removedapi|3.3}} | ||
Returns the | Returns the objectives you are currently flagged to as LFG.<br> | ||
Usage:<br> | |||
<nowiki> type1, number1, type2, number2, type3, number3, lfmType, lfmNumber, | |||
comment [, queued, lfgStatus, lfmStatus][,viewframe,forcejoin]= GetLookingForGroup()</nowiki> | |||
===Takes=== | ===Takes=== | ||
Line 7: | Line 9: | ||
===Returns=== | ===Returns=== | ||
: | : Type, number | ||
:: The | :: The type and number of each objective you are queued in. Eg. type 2=dungeon, type 3= raid. | ||
: | : lfmNumber | ||
:: The | :: The number of the instance in the LFM list. Returns 0 if not in a party. | ||
: comment | |||
: | :: A message you provided when flagging yourself as LFG with [[API SetLookingForGroup|SetLookingForGroup()]] | ||
:: A message you provided when flagging yourself as LFG with [[ | |||
The first 9 keys are always the same and can be referenced by number, 1-9. The rest of the table is different depending on whether you are currently queued or not. | |||
If you are '''not''' in LFG, keys 10-12 will be [,queued, lfgStatus, lfmStatus]. If you are in LFG, keys 10-13 will not exist. Instead [,viewframe,forcejoin] will be part of the table and are referenced by string. | |||
:Eg. table["viewframe"] | |||
===Notes=== | |||
This function has (apparently) been removed in patch 3.3. Use [[API GetLFGRoleUpdateSlot()|GetLFGRoleUpdateSlot()]] instead. |
Latest revision as of 04:46, 15 August 2023
← WoW API < GetLookingForGroup
This is no longer a part of the World of Warcraft API.
|
Returns the objectives you are currently flagged to as LFG.
Usage:
type1, number1, type2, number2, type3, number3, lfmType, lfmNumber,
comment [, queued, lfgStatus, lfmStatus][,viewframe,forcejoin]= GetLookingForGroup()
Takes[edit]
- Nothing
Returns[edit]
- Type, number
- The type and number of each objective you are queued in. Eg. type 2=dungeon, type 3= raid.
- lfmNumber
- The number of the instance in the LFM list. Returns 0 if not in a party.
- comment
- A message you provided when flagging yourself as LFG with SetLookingForGroup()
The first 9 keys are always the same and can be referenced by number, 1-9. The rest of the table is different depending on whether you are currently queued or not.
If you are not in LFG, keys 10-12 will be [,queued, lfgStatus, lfmStatus]. If you are in LFG, keys 10-13 will not exist. Instead [,viewframe,forcejoin] will be part of the table and are referenced by string.
- Eg. table["viewframe"]
Notes[edit]
This function has (apparently) been removed in patch 3.3. Use GetLFGRoleUpdateSlot() instead.