C# Class InventoryScript, Unity-Game

Inheritance: NetworkBehaviour
Afficher le fichier Open project: PeasB/Unity-Game Class Usage Examples

Méthodes publiques

Méthode Description
CheckItem ( int SelectedItemID ) : bool
CreateItem ( int SelectedItemID ) : void
DeleteItem ( int SelectedItemID ) : void
DisplayCrafting ( ) : void
DisplayInventory ( ) : void
DisplayInventoryInCraft ( ) : void
DisplayItemFormula ( int SelectedCraftID ) : void
InventorySpace ( ) : bool
PerformCraft ( int SelectedCraftID ) : void
SelectItem ( int SelectedCraftID ) : void

Private Methods

Méthode Description
FillInventoryBox ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CheckItem() public static méthode

public static CheckItem ( int SelectedItemID ) : bool
SelectedItemID int
Résultat bool

CreateItem() public static méthode

public static CreateItem ( int SelectedItemID ) : void
SelectedItemID int
Résultat void

DeleteItem() public static méthode

public static DeleteItem ( int SelectedItemID ) : void
SelectedItemID int
Résultat void

DisplayCrafting() public static méthode

public static DisplayCrafting ( ) : void
Résultat void

DisplayInventory() public static méthode

public static DisplayInventory ( ) : void
Résultat void

DisplayInventoryInCraft() public static méthode

public static DisplayInventoryInCraft ( ) : void
Résultat void

DisplayItemFormula() public static méthode

public static DisplayItemFormula ( int SelectedCraftID ) : void
SelectedCraftID int
Résultat void

InventorySpace() public static méthode

public static InventorySpace ( ) : bool
Résultat bool

PerformCraft() public static méthode

public static PerformCraft ( int SelectedCraftID ) : void
SelectedCraftID int
Résultat void

SelectItem() public static méthode

public static SelectItem ( int SelectedCraftID ) : void
SelectedCraftID int
Résultat void