Files
wow_Meta/api/BNGetNumFriendToons.lua
2024-12-16 13:13:08 +01:00

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