Class RustPlayerAccessingMailboxEvent
Inheritance
System.Object
RustPlayerAccessingMailboxEvent
Implements
ICancellableEvent
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
Implements
ICancellableEvent
Extension Methods