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