Class UnturnedPlayerCraftingEvent
Inheritance
System.Object
UnturnedPlayerCraftingEvent
Implements
ICancellableEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerCraftingEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerCraftingEvent(UnturnedPlayer, UInt16, Byte)
Declaration
public UnturnedPlayerCraftingEvent(UnturnedPlayer player, ushort itemId, byte blueprintIndex)
Parameters
Type |
Name |
Description |
UnturnedPlayer |
player |
|
System.UInt16 |
itemId |
|
System.Byte |
blueprintIndex |
|
Properties
|
Improve this Doc
View Source
BlueprintIndex
Declaration
public byte BlueprintIndex { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ItemId
Declaration
public ushort ItemId { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Implements
ICancellableEvent
Extension Methods