Class UnturnedPlayerDroppedItemEvent
Inheritance
System.Object
UnturnedPlayerDroppedItemEvent
Implements
ICancellableEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerDroppedItemEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerDroppedItemEvent(UnturnedPlayer, Item)
Declaration
public UnturnedPlayerDroppedItemEvent(UnturnedPlayer player, Item item)
Parameters
Properties
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Item
Declaration
public Item Item { get; }
Property Value
Implements
ICancellableEvent
Extension Methods