WoW API: GetNumWhoResults
Jump to navigation
Jump to search
Get the number of entries resulting from your most recent /who query.
numWhos, totalCount = GetNumWhoResults();
Arguments[edit]
- None
Returns[edit]
- totalCount, numWhos
- totalCount
- Number - number of users matching the query
- numWhos
- Number - number of entries actually returned
Details[edit]
- This function only returns the last /who query results after the "WHO_LIST_UPDATE" event has fired.