6 lines
244 B
Lua
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 |