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

Class RustPlayerDeployingEntityEvent

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

Constructors

| Improve this Doc View Source

RustPlayerDeployingEntityEvent(RustPlayer, Deployer, UInt32)

Declaration
public RustPlayerDeployingEntityEvent(RustPlayer player, Deployer deployer, uint entityId)
Parameters
Type Name Description
RustPlayer player
Deployer deployer
System.UInt32 entityId

Properties

| Improve this Doc View Source

Deployer

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

EntityId

Declaration
public uint EntityId { get; }
Property Value
Type Description
System.UInt32
| 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)