Files
wow-weakauras/Meta/api/GetNumFriends.lua
2024-11-07 23:12:37 +01:00

6 lines
244 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number numFriends
---@return number numFriendsOnline
---Returns the number of characters and online characters on the player's friends list
function GetNumFriends() end