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

Class RustPlayerAccessingMailboxEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerAccessingMailboxEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Entities.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerAccessingMailboxEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

RustPlayerAccessingMailboxEvent(RustPlayer, Mailbox)

Declaration
public RustPlayerAccessingMailboxEvent(RustPlayer player, Mailbox mailbox)
Parameters
Type Name Description
RustPlayer player
Mailbox mailbox

Properties

| Improve this Doc View Source

IsCancelled

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

Mailbox

Declaration
public Mailbox Mailbox { get; }
Property Value
Type Description
Mailbox

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)