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