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

7 lines
218 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Disables voice in a channel specified by its position in the channel list display
function DisplayChannelVoiceOff(index) end