uses_girder_wall_recipes 
An element for girders, wall barricades, etc. that makes them use wall construction recipes. Only really meant for recipes where you click on the girder with a stack of materials to make a wall.
Procs | |
| attempt_recipe | Has the user attempt the wall recipe. Assumes that the structure and stack are of valid types for the recipe. |
|---|---|
| attempt_recipe_async | Has the user attempt the wall recipe asynchronously. Assumes that the structure and stack are of valid types for the recipe. |
| check_girder_state | Checks if the girder state of the structure matches the required girder state of the wall recipe. |
| check_recipe | Checks if the user can do the wall recipe. |
| get_main_recipe | Returns the main wall recipe of the stack for the structure, if any. |
| get_material_recipe | Returns the material wall recipe of the stack for the structure, if any. |
Proc Details
attempt_recipe
Has the user attempt the wall recipe. Assumes that the structure and stack are of valid types for the recipe.
attempt_recipe_async
Has the user attempt the wall recipe asynchronously. Assumes that the structure and stack are of valid types for the recipe.
check_girder_state
Checks if the girder state of the structure matches the required girder state of the wall recipe.
check_recipe
Checks if the user can do the wall recipe.
get_main_recipe
Returns the main wall recipe of the stack for the structure, if any.
get_material_recipe
Returns the material wall recipe of the stack for the structure, if any.