Vixen
c7401864
csharp
public readonly record struct ChatVerdict

What a filter decided.

Read the guide page for this →

Fields and properties (4)

  • public ChatRejection Rejection

    Why it said no, or None.

  • public string Message

    What the sender is told, in a sentence.

  • public static ChatVerdict Pass

    The verdict of a filter with nothing to say.

  • public bool IsAllowed

    Whether 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