WoW API: GetNumWhoResults
Get the number of entries resulting from your most recent /who query.
numWhos, totalCount = GetNumWhoResults();
ArgumentsEdit
- None
ReturnsEdit
- totalCount, numWhos
- totalCount
- Number - number of users matching the query
- numWhos
- Number - number of entries actually returned
DetailsEdit
- This function only returns the last /who query results after the "WHO_LIST_UPDATE" event has fired.