Returns whether a chat message can be reported as spam
See also Chat functions, Complaint functions.
Signature:
canComplain
=
CanComplainChat(lineID)
Arguments:
lineID
- Unique identifier of a chat message (11th argument received with the correspondingCHAT_MSG
event) (number
)
Returns:
canComplain
- 1 if the player can report the given chat message as spam; otherwise nil (1nil
)