Class RustPlayerDeployingEntityEvent
Inheritance
System.Object
RustPlayerDeployingEntityEvent
Implements
ICancellableEvent
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
ICancellableEvent
Extension Methods