Class RustPlayerChattingEvent
Inheritance
System.Object
RustPlayerChattingEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerChattingEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerChattingEvent(RustPlayer, String, Chat.ChatChannel)
Declaration
public RustPlayerChattingEvent(RustPlayer player, string message, Chat.ChatChannel channel)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
System.String |
message |
|
Chat.ChatChannel |
channel |
|
Properties
|
Improve this Doc
View Source
Channel
Declaration
public Chat.ChatChannel Channel { get; }
Property Value
Type |
Description |
Chat.ChatChannel |
|
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { 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 |
|
Implements
ICancellableEvent
Extension Methods