csharp
public sealed class ChatChannelA channel with its names resolved.
Fields and properties (11)
public ChatChannelDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat a client shows it as.
public ChatRoute RouteWhich way it goes.
public ChatAudienceKind AudienceHow its audience is found.
public float RadiusHow far it carries. Zero for a channel that is not spatial.
public int MaximumLengthThe longest message it takes, never below one.
public int RateLimitHow many messages one player may send in a window. Zero for no limit.
public float RateWindowHow long that window is.
public GameplayTagRange PermissionThe tag the sender must have, or an empty range for none.
public RequirementSet RequirementsWhat else has to be true.
Used by (10)
- BlockedVixen.Gameplay.Chat
- ChatDraftVixen.Gameplay.Chat
- ChatFilterTestsVixen.Gameplay.Chat.Tests
- ChatLibraryVixen.Gameplay.Chat
- ChatLibraryTestsVixen.Gameplay.Chat.Tests
- ChatMessageVixen.Gameplay.Chat
- ChatRateLimiterVixen.Gameplay.Chat
- ChatRouterVixen.Gameplay.Chat
- EverybodyVixen.Gameplay.Chat.Tests
- LengthVixen.Gameplay.Chat