WoW:API GetNumLFGResults: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{wowapi}}__NOTOC__</noinclude>Returns the number of results for a preceding LFG query<noinclude> | <noinclude>{{wowapi}} {{removedapi|3.3}} __NOTOC__</noinclude>Returns the number of results for a preceding LFG query<noinclude> | ||
count = GetNumLFGResults() | count = GetNumLFGResults() | ||
Revision as of 00:19, 21 March 2010
This is no longer a part of the World of Warcraft API.
|
Returns the number of results for a preceding LFG query
count = GetNumLFGResults()
Takes
Returns
- User:Zelgadis/var decl
- Contains the number of results
Events
Details
- Use GetLFGResults(index) to retrieve each result.