csharp
public readonly record struct ChatVerdictWhat a filter decided.
Fields and properties (4)
public ChatRejection RejectionWhy it said no, or None.
public string MessageWhat the sender is told, in a sentence.
public static ChatVerdict PassThe verdict of a filter with nothing to say.
public bool IsAllowedWhether the message may go on.
Methods (1)
public ChatVerdict(ChatRejection Rejection, string Message = "")What a filter decided.
Used by (11)
- BlockedVixen.Gameplay.Chat
- ChatFilterTestsVixen.Gameplay.Chat.Tests
- ChatPipelineVixen.Gameplay.Chat
- ChatRouterVixen.Gameplay.Chat
- EmptyVixen.Gameplay.Chat
- IChatFilterVixen.Gameplay.Chat
- LengthVixen.Gameplay.Chat
- MutedVixen.Gameplay.Chat
- RateLimitVixen.Gameplay.Chat
- RepeatVixen.Gameplay.Chat
- WordsVixen.Gameplay.Chat