Class RustPlayerPickingUpEntityEvent
Inheritance
System.Object
RustPlayerPickingUpEntityEvent
Implements
ICancellableEvent
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
Properties
|
Improve this Doc
View Source
Entity
Declaration
public RustEntity Entity { get; }
Property Value
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
ICancellableEvent
Extension Methods