Files
wow_Meta/api/ChannelVoiceOff.lua
2025-05-04 15:15:00 +02:00

8 lines
210 B
Lua

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