4 lines
162 B
Lua
4 lines
162 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Returns whether voice chat is supported by the realm server
|
|
function IsVoiceChatAllowedByServer() end |