Method Create
Create(string, string)
Creates a new InventoryItemDefinition.
Declaration
public static InventoryItemDefinition Create(string id, string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The Id this InventoryItemDefinition will use. |
| string | displayName | The display name of the InventoryItemDefinition. |
Returns
| Type | Description |
|---|---|
| InventoryItemDefinition | Reference to the newly made InventoryItemDefinition. |