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

7 lines
279 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Selects an entry in the Muted list. Mute list selection is only used for display purposes in the default UI and has no effect on other API functions.
function SetSelectedMute(index) end