Class UnturnedPlayerItemUnequippingEvent
Inheritance
System.Object
UnturnedPlayerItemUnequippingEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerItemUnequippingEvent : UnturnedPlayerEvent, IPlayerItemUnequippingEvent, IPlayerEvent, IItemEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerItemUnequippingEvent(UnturnedPlayer, UnturnedItem)
Declaration
public UnturnedPlayerItemUnequippingEvent(UnturnedPlayer player, UnturnedItem 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 UnturnedItem Item { get; }
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
IItemEvent.Item
Declaration
IItem IItemEvent.Item { get; }
Returns
Implements
Extension Methods