WoW API: GetNumWhoResults
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.