Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Get the number of entries resulting from your most recent /who query.
numWhos, totalNumWhos = C_FriendList.GetNumWhoResults()
Returns[]
- numWhos
- number - Number of results returned
- totalNumWhos
- number - Number of results to display
Details[]
- Both return values never seem to go over 50.
- If
totalNumWhos
would be bigger than 50, the amount shown will be capped toMAX_WHOS_FROM_SERVER
(50) in FrameXML.[1]