Метод | Описание | |
---|---|---|
CreateItem ( Archetype archetype, string tag, int &itemID ) : |
Creates an item from an Archetype and a tag. The item to be created is random, as long as it shares the correct tag.
|
|
CreateItem ( string category, List |
||
CreateItem ( string category, int itemID ) : |
Creates an item from its category and its internal name
|
|
CreateItem ( string category, string tag, int &itemID ) : |
Creates an item from a category and a tag The item to be created is random, as long as it shares the correct tag
|
public CreateItem ( Archetype archetype, string tag, int &itemID ) : |
||
archetype | Archetype | |
tag | string | |
itemID | int | The id of the chosen item |
Результат |
public CreateItem ( string category, List |
||
category | string | |
parameters | List |
|
Результат |
public CreateItem ( string category, int itemID ) : |
||
category | string | |
itemID | int | |
Результат |
public CreateItem ( string category, string tag, int &itemID ) : |
||
category | string | |
tag | string | |
itemID | int | The id of the chosen item, in case multiples need to be produced |
Результат |