Files
wow_Meta/api/ChannelSilenceVoice.lua
2024-12-16 13:13:08 +01:00

8 lines
366 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