Space Station 13 - Modules - TypesVar Details - Proc Details

crafting_holder

Vars

current_crafting_stagePath. The current crafting stage this holder is at.
label_nameString. Label name set by a user using a pen.

Procs

advance_toHandles advancing to the next crafting stage. Does not perform any checks to ensure the advancement is valid or normally possible.
update_stringsHandles 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:

Has no return value.

update_strings

Handles updating the holder's description from the crafting stage.

Has no parameters or return value.