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

8 lines
214 B
Lua

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