Class RustPlayerLootingPlayerEvent
Inheritance
System.Object
RustPlayerLootingPlayerEvent
Inherited Members
Namespace: OpenMod.Rust.Players.Entities.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerLootingPlayerEvent : RustPlayerLootingEntityEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
| Improve this Doc View SourceRustPlayerLootingPlayerEvent(RustPlayer, RustPlayer)
Declaration
public RustPlayerLootingPlayerEvent(RustPlayer player, RustPlayer target)
Parameters
Type | Name | Description |
---|---|---|
RustPlayer | player | |
RustPlayer | target |
Properties
| Improve this Doc View SourceTarget
Declaration
public RustPlayer Target { get; }
Property Value
Type | Description |
---|---|
RustPlayer |
Implements
ICancellableEvent