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

Class RustPlayerPickingUpEntityEvent

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

Constructors

| Improve this Doc View Source

RustPlayerPickingUpEntityEvent(RustPlayer, RustEntity)

Declaration
public RustPlayerPickingUpEntityEvent(RustPlayer player, RustEntity entity)
Parameters
Type Name Description
RustPlayer player
RustEntity entity

Properties

| Improve this Doc View Source

Entity

Declaration
public RustEntity Entity { get; }
Property Value
Type Description
RustEntity
| 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)