Class Item_Definition
- Namespace
- AO
- Assembly
- CoreAssembly.dll
Definition of item.
public class Item_Definition
- Inheritance
-
Item_Definition
- Inherited Members
- Extension Methods
Properties
Icon
public string Icon { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
StackSize
public int StackSize { get; set; }
Property Value
Methods
Create(ItemDescription)
Create an item definition from a description.
public static Item_Definition Create(ItemDescription item)
Parameters
item
ItemDescription