5 lines
210 B
Lua
5 lines
210 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number count
|
|
---Returns the maximum number of simultaneous RealID conversations you can be a part of
|
|
function BNGetMaxNumConversations() end |