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

Class RustPlayerPickingUpLockEvent

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

Constructors

| Improve this Doc View Source

RustPlayerPickingUpLockEvent(RustPlayer, BaseLock)

Declaration
public RustPlayerPickingUpLockEvent(RustPlayer player, BaseLock lock)
Parameters
Type Name Description
RustPlayer player
BaseLock lock

Properties

| Improve this Doc View Source

IsCancelled

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

Lock

Declaration
public BaseLock Lock { get; }
Property Value
Type Description
BaseLock

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)