Skip to main content

SetFilterUse

public bool SetFilterUse(bool use);

Parameter

ValueTypeDescriptiondefault
useboolWhether to enable filtering. true(use filter), false(do not use filter)false

Description

The words set in the console are filtered when chats are received.

This method decides whether chat will be filtered and returns the success/failure result.

Example

Backend.Chat.SetFilterUse(true);