8 lines
197 B
Lua
8 lines
197 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@return string name
|
|
---Returns the name of a character on the mute list
|
|
function GetMuteName(index) end
|