OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedPlayerChattingEvent

Inheritance
System.Object
UnturnedPlayerEvent
UnturnedPlayerChattingEvent
Implements
IPlayerChattingEvent
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
UnturnedPlayerEvent.Player
UnturnedPlayerEvent.IPlayerEvent.Player
Namespace: OpenMod.Unturned.Players.Chat.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerChattingEvent : UnturnedPlayerEvent, IPlayerChattingEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

UnturnedPlayerChattingEvent(UnturnedPlayer, EChatMode, Color, Boolean, String)

Declaration
public UnturnedPlayerChattingEvent(UnturnedPlayer player, EChatMode mode, Color color, bool isRich, string message)
Parameters
Type Name Description
UnturnedPlayer player
EChatMode mode
Color color
System.Boolean isRich
System.String message

Properties

| Improve this Doc View Source

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRich

Declaration
public bool IsRich { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Mode

Declaration
public EChatMode Mode { get; }
Property Value
Type Description
EChatMode

Implements

IPlayerChattingEvent
IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)