C# Class InventoryScript, Unity-Game

Inheritance: NetworkBehaviour
Exibir arquivo Open project: PeasB/Unity-Game Class Usage Examples

Public Methods

Method 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

Method Description
FillInventoryBox ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CheckItem() public static method

public static CheckItem ( int SelectedItemID ) : bool
SelectedItemID int
return bool

CreateItem() public static method

public static CreateItem ( int SelectedItemID ) : void
SelectedItemID int
return void

DeleteItem() public static method

public static DeleteItem ( int SelectedItemID ) : void
SelectedItemID int
return void

DisplayCrafting() public static method

public static DisplayCrafting ( ) : void
return void

DisplayInventory() public static method

public static DisplayInventory ( ) : void
return void

DisplayInventoryInCraft() public static method

public static DisplayInventoryInCraft ( ) : void
return void

DisplayItemFormula() public static method

public static DisplayItemFormula ( int SelectedCraftID ) : void
SelectedCraftID int
return void

InventorySpace() public static method

public static InventorySpace ( ) : bool
return bool

PerformCraft() public static method

public static PerformCraft ( int SelectedCraftID ) : void
SelectedCraftID int
return void

SelectItem() public static method

public static SelectItem ( int SelectedCraftID ) : void
SelectedCraftID int
return void