WoW API: GetLFGResults
Jump to navigation
Jump to search
← WoW API < GetLFGResults
Returns the results of a preceding LFG query
charname, level, class, guildname, race, zone, message = GetLFGResults(index)
Takes
- Number index
- Index of result to return. Must be in range [1; GetNumLFGResults()] to generate meaningful results.
Returns
- String charname
- Name of the character
- Number level
- Level of the character
- String class
- Class of the character
- String guildname
- Name of the guild the character belongs to
- String race
- Race of the character
- String zone
- Zone the character was in at query time
- String message
- A message the player provided when flagging himself as LFG with SetLookingForGroup()
Events
- Needs UPDATE_LFG
Details
- The details on the returned values are unreliable, as this documentation has been derived from analysis of the function and for the reasons stated below never actually has been tested.