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

Class RustPlayerChattingEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerChattingEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Communications.Events
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

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)