Initial commit
This commit is contained in:
8
api/ChannelSilenceVoice.lua
Normal file
8
api/ChannelSilenceVoice.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user