6 lines
212 B
Lua
6 lines
212 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param friendIndex number
|
|
---@return number numToons
|
|
---Returns the number of online toons for a friend
|
|
function BNGetNumFriendToons(friendIndex) end |