Class UnturnedPlayerChattingEvent
Inheritance
System.Object
UnturnedPlayerChattingEvent
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
|
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
Extension Methods