SetFilterUse
public bool SetFilterUse(bool use);
Parameter
Value | Type | Description | default |
---|---|---|---|
use | bool | Whether 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);