6 lines
211 B
Lua
6 lines
211 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param lineID number
|
|
---@return 1nil canComplain
|
|
---Returns whether a chat message can be reported as spam
|
|
function CanComplainChat(lineID) end |