49
edits
No edit summary |
No edit summary |
||
| (8 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
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 "[[Events/W#WHO_LIST_UPDATE|WHO_LIST_UPDATE]]" event has fired. | |||