WoW API: GetNumWhoResults

Revision as of 17:34, 21 June 2007 by WoWWiki>Ravas (Revised for clarity and to match the current boilerplate. Moved comments to the talk page and added timestamps.)

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.