Files
wow_Meta/api/ChannelVoiceOff.lua
2025-05-04 14:35:26 +02:00

7 lines
201 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param channel string
---@param channelIndex number
---Disables voice chat in a channel
function ChannelVoiceOff(channel, channelIndex) end