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

9 lines
363 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param channelName string
---@param channelId number
---@param unit string
---@param name string
---Silences the given character for voice chat on the channel. Only a raid/party/battleground leader or assistant can silence a player.
function ChannelSilenceVoice(channelName, channelId, unit, name) end