Quantum Engineering
Public Member Functions | Public Attributes | List of all members
CraftingRecipe Class Reference

Public Member Functions

 CraftingRecipe (string[] ingredients, int[] amounts, string output, int outputAmount)
 

Public Attributes

string [] ingredients
 
int [] amounts
 
string output
 
int outputAmount
 

Constructor & Destructor Documentation

◆ CraftingRecipe()

CraftingRecipe.CraftingRecipe ( string []  ingredients,
int []  amounts,
string  output,
int  outputAmount 
)
inline

Crafting recipes are used by both the player and the auto crafter machine. Ingredients and their amounts should be stored at the same index in their respective arrays.

Member Data Documentation

◆ amounts

int [] CraftingRecipe.amounts

◆ ingredients

string [] CraftingRecipe.ingredients

◆ output

string CraftingRecipe.output

◆ outputAmount

int CraftingRecipe.outputAmount

The documentation for this class was generated from the following file: