Class RustPlayerLootedItemEvent
Inherited Members
Namespace: OpenMod.Rust.Players.Entities.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerLootedItemEvent : RustPlayerEvent, IPlayerEvent, IEvent
Constructors
| Improve this Doc View SourceRustPlayerLootedItemEvent(RustPlayer, Item)
Declaration
public RustPlayerLootedItemEvent(RustPlayer player, Item item)
Parameters
Type | Name | Description |
---|---|---|
RustPlayer | player | |
Item | item |
Properties
| Improve this Doc View SourceItem
Declaration
public Item Item { get; }
Property Value
Type | Description |
---|---|
Item |