Method | Description | |
---|---|---|
CreateItem ( List |
Creates a mundane item from particular parameters
|
|
CreateItem ( int itemID ) : |
||
CreateItem ( string name, string description, string graphic, string canHaveItems ) : |
Creates a mundane map item from the parameters.
|
public CreateItem ( List |
||
parameters | List |
|
return |
public CreateItem ( int itemID ) : |
||
itemID | int | |
return |
public CreateItem ( string name, string description, string graphic, string canHaveItems ) : |
||
name | string | The name to be shown when the user clicks on it |
description | string | A description shown when the item is examined |
graphic | string | The graphic to show |
canHaveItems | string | Whether it can have items placed on it or not |
return |