WoW:API GetNumWhoResults: Difference between revisions
Jump to navigation
Jump to search
(Revised for clarity and to match the current boilerplate. Moved comments to the talk page and added timestamps.) |
|||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Get the number of entries resulting from your most recent /who query. | Get the number of entries resulting from your most recent /who query. | ||
numWhos, totalCount = GetNumWhoResults(); | |||
== Arguments == | |||
:None | |||
== Returns == | |||
:totalCount, numWhos | :totalCount, numWhos | ||
Line 15: | Line 16: | ||
:;numWhos : Number - number of entries actually returned | :;numWhos : Number - number of entries actually returned | ||
== Details == | |||
: This function only returns the last /who query results after the "[[Events/W#WHO_LIST_UPDATE|WHO_LIST_UPDATE]]" event has fired. |
Revision as of 17:34, 21 June 2007
Get the number of entries resulting from your most recent /who query.
numWhos, totalCount = GetNumWhoResults();
Arguments
- None
Returns
- totalCount, numWhos
- totalCount
- Number - number of users matching the query
- numWhos
- Number - number of entries actually returned
Details
- This function only returns the last /who query results after the "WHO_LIST_UPDATE" event has fired.