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

Class RustPlayerHackingCrateEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerHackingCrateEvent
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 RustPlayerHackingCrateEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

RustPlayerHackingCrateEvent(RustPlayer, HackableLockedCrate)

Declaration
public RustPlayerHackingCrateEvent(RustPlayer player, HackableLockedCrate crate)
Parameters
Type Name Description
RustPlayer player
HackableLockedCrate crate

Properties

| Improve this Doc View Source

Crate

Declaration
public HackableLockedCrate Crate { get; }
Property Value
Type Description
HackableLockedCrate
| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)