Class CraftingElement
Inheritance
System.Object
CraftingElement
Assembly: Eco.Gameplay.dll
Syntax
public abstract class CraftingElement : Object, IController, IViewController, IHasUniversalID, ICustomEcopediaPage
Constructors
CraftingElement()
Declaration
CraftingElement(Type, Int32)
Declaration
public CraftingElement(Type itemType, int count = 1)
Parameters
Type |
Name |
Description |
System.Type |
itemType |
|
System.Int32 |
count |
|
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Item
Declaration
[NewTooltipChildren]
public Item Item { get; protected set; }
Property Value
Quantity
Declaration
public IDynamicValue Quantity { get; protected set; }
Property Value
Methods
GetEcopediaPage()
Declaration
public string GetEcopediaPage()
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods