WoW:API GetLookingForGroup: Difference between revisions
Jump to navigation
Jump to search
m (→added tbc note) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns the names of all objectives you are currently flagged to as LFG | Returns the names of all objectives you are currently flagged to as LFG | ||
objective1, objective2, objective3, message = GetLookingForGroup() | objective1, objective2, objective3, message = GetLookingForGroup() | ||
Line 14: | Line 14: | ||
:: The name of the third objective you are registered to | :: The name of the third objective you are registered to | ||
: String message | : String message | ||
:: A message you provided when flagging yourself as LFG with [[ | :: A message you provided when flagging yourself as LFG with [[API SetLookingForGroup|SetLookingForGroup()]] | ||
Revision as of 16:10, 20 October 2008
← WoW API < GetLookingForGroup
Returns the names of all objectives you are currently flagged to as LFG
objective1, objective2, objective3, message = GetLookingForGroup()
Takes
- Nothing
Returns
- String objective1
- The name of the first objective you are registered to
- String objective2
- The name of the second objective you are registered to
- String objective3
- The name of the third objective you are registered to
- String message
- A message you provided when flagging yourself as LFG with SetLookingForGroup()