Property | Type | Description | |
---|---|---|---|
recipe | ItemRecipe[] |
Method | Description | |
---|---|---|
AddRecipe ( string n, string d, int count ) : void | ||
Copy ( int index ) : void | ||
CreateItem ( Character, c, ItemShort, items ) : void | ||
GetCopy ( int index ) : ItemRecipe | ||
GetIconPath ( ) : string | ||
ItemRecipeData ( ) : System.Collections | ||
LoadData ( ) : void | ||
RemoveArmor ( int index ) : void | ||
RemoveData ( int index ) : void | ||
RemoveItem ( int index ) : void | ||
RemoveWeapon ( int index ) : void | ||
SaveData ( ) : void |
public AddRecipe ( string n, string d, int count ) : void | ||
n | string | |
d | string | |
count | int | |
return | void |
public CreateItem ( Character, c, ItemShort, items ) : void | ||
c | Character, | |
items | ItemShort, | |
return | void |
public ItemRecipeData ( ) : System.Collections | ||
return | System.Collections |