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

Class RustPlayerActiveItemDroppedEvent

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

Constructors

| Improve this Doc View Source

RustPlayerActiveItemDroppedEvent(RustPlayer, RustItem)

Declaration
public RustPlayerActiveItemDroppedEvent(RustPlayer player, RustItem item)
Parameters
Type Name Description
RustPlayer player
RustItem item

Properties

| Improve this Doc View Source

IsCancelled

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

Item

Declaration
public RustItem Item { get; }
Property Value
Type Description
RustItem

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)