5 lines
180 B
Lua
5 lines
180 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numIgnores
|
|
---Returns the number of characters on the player's ignore list
|
|
function GetNumIgnores() end |