C# Class ItemRecipeData, RPGQuest

Inheritance: BaseLangData
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
recipe ItemRecipe[]

Méthodes publiques

Méthode 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

Method Details

AddRecipe() public méthode

public AddRecipe ( string n, string d, int count ) : void
n string
d string
count int
Résultat void

Copy() public méthode

public Copy ( int index ) : void
index int
Résultat void

CreateItem() public méthode

public CreateItem ( Character, c, ItemShort, items ) : void
c Character,
items ItemShort,
Résultat void

GetCopy() public méthode

public GetCopy ( int index ) : ItemRecipe
index int
Résultat ItemRecipe

GetIconPath() public méthode

public GetIconPath ( ) : string
Résultat string

ItemRecipeData() public méthode

public ItemRecipeData ( ) : System.Collections
Résultat System.Collections

LoadData() public méthode

public LoadData ( ) : void
Résultat void

RemoveArmor() public méthode

public RemoveArmor ( int index ) : void
index int
Résultat void

RemoveData() public méthode

public RemoveData ( int index ) : void
index int
Résultat void

RemoveItem() public méthode

public RemoveItem ( int index ) : void
index int
Résultat void

RemoveWeapon() public méthode

public RemoveWeapon ( int index ) : void
index int
Résultat void

SaveData() public méthode

public SaveData ( ) : void
Résultat void

Property Details

recipe public_oe property

public ItemRecipe[] recipe
Résultat ItemRecipe[]