m
Move page script moved page API LFGQuery to WoW:API LFGQuery without leaving a redirect
(corrected event details (tested 12/27/06 - wow 2.0.1)) |
m (Move page script moved page API LFGQuery to WoW:API LFGQuery without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}}__NOTOC__ | {{wowapi}}__NOTOC__ {{removedapi|3.3}} | ||
Find all players who are looking for a group for a specified objective | Find all players who are looking for a group for a specified objective | ||
LFGQuery(category, objective[, class]) | LFGQuery(category, objective[, class]) | ||
| Line 21: | Line 21: | ||
: Use [[API_GetNumLFGResults|GetNumLFGResults()]] to retrieve the number of results and then iterate over them with [[API_GetLFGResults|GetLFGResults(index)]]. | : Use [[API_GetNumLFGResults|GetNumLFGResults()]] to retrieve the number of results and then iterate over them with [[API_GetLFGResults|GetLFGResults(index)]]. | ||
: | : Reqires a hardware event for each call to the API, so it should be called from related script handlers such as OnClick. (tested on Live client - Dec 28, 2008) | ||