crafting_holder
Vars | |
current_crafting_stage | Path. The current crafting stage this holder is at. |
---|---|
label_name | String. Label name set by a user using a pen. |
Procs | |
advance_to | Handles advancing to the next crafting stage. Does not perform any checks to ensure the advancement is valid or normally possible. |
update_strings | Handles updating the holder's description from the crafting stage. |
Var Details
current_crafting_stage
Path. The current crafting stage this holder is at.
label_name
String. Label name set by a user using a pen.
Proc Details
advance_to
Handles advancing to the next crafting stage. Does not perform any checks to ensure the advancement is valid or normally possible.
Parameters:
next_stage
- The crafting stage to advance to.user
- The mov performing the interaction.tool
- The item being used to advance the stage.
Has no return value.
update_strings
Handles updating the holder's description from the crafting stage.
Has no parameters or return value.