Class RustPlayerLootingEntityEvent
Inheritance
System.Object
RustPlayerLootingEntityEvent
Inherited Members
Namespace: OpenMod.Rust.Players.Entities.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerLootingEntityEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
| Improve this Doc View SourceRustPlayerLootingEntityEvent(RustPlayer, RustEntity)
Declaration
public RustPlayerLootingEntityEvent(RustPlayer player, RustEntity entity)
Parameters
Type | Name | Description |
---|---|---|
RustPlayer | player | |
RustEntity | entity |
Properties
| Improve this Doc View SourceEntity
Declaration
public RustEntity Entity { get; }
Property Value
Type | Description |
---|---|
RustEntity |
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
ICancellableEvent