stack

Vars | |
material_type | Datum material type that this stack is made of |
---|---|
Procs | |
build_recipe | Returns a list of properties of a given recipe |
is_valid_recipe | Checks if the recipe is valid to be used |
recursively_build_recipes | Builds all recipes in a given recipe list and returns an association list containing them |
Var Details
material_type

Datum material type that this stack is made of
Proc Details
build_recipe
Returns a list of properties of a given recipe
Arguments:
- R - The stack recipe we are using to get a list of properties
is_valid_recipe
Checks if the recipe is valid to be used
Arguments:
- R - The stack recipe we are checking if it is valid
- recipe_list - The list of recipes we are using to check the given recipe
recursively_build_recipes
Builds all recipes in a given recipe list and returns an association list containing them
Arguments:
- recipe_to_iterate - The list of recipes we are using to build recipes