WoW:API GetLookingForGroup: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(part of a API redesign proposal, please don't change the layout for the next few days)
 
Line 20: Line 20:


{{User:Zelgadis/LFG_notice}}
{{User:Zelgadis/LFG_notice}}
{{User:Xix_xeaon/LFG_Notice}}

Revision as of 17:17, 17 October 2006

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()

Details

For the reasons stated below, this function will never actually yield meaningful results as of now (with the exception of message which is stored locally(.

User:Zelgadis/LFG notice User:Xix xeaon/LFG Notice