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