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

7 lines
183 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number numMuted
---Returns the number of characters on the player's mute list
function GetNumMutes() end