WoW:API GetNumLFGResults: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetNumLFGResults to API GetNumLFGResults without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
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() | ||
Latest revision as of 04:46, 15 August 2023
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[edit]
Returns[edit]
- User:Zelgadis/var decl
- Contains the number of results
Events[edit]
Details[edit]
- Use GetLFGResults(index) to retrieve each result.