Interface IPlayerChattingEvent
The event that is triggered before a player message is broadcasted.
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerChattingEvent : IPlayerEvent, ICancellableEvent, IEvent
Properties
| Improve this Doc View SourceMessage
Gets the chat message to be broadcasted.
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String |