slapcraft_assembly 
Vars | |
being_finished | Whether it's in the process of being finished. |
---|---|
disassembling | Whether it's in the process of being disassembled. |
finished_items | A list of weakrefs to finished items (not including items-in-items), used to move items around after they're complete and this object is qdeling. |
items_to_place_in_result | All items that want to place itself in the resulting item after the recipe is finished. |
recipe | Recipe this assembly is trying to make |
step_states | Associative list of whether the steps are finished or not |
Procs | |
disassemble | Disassembles the assembly, either qdeling it if its in nullspace, or dumping all of its components on the ground and then qdeling it. |
finished_step | Progresses the assembly to the next step and finishes it if made it through the last step. |
set_recipe | Sets the recipe of this assembly aswell making the name and description matching. |
try_dump_completed | If the assembly is completed, move the completed items to where they belong. |
Var Details
being_finished 
Whether it's in the process of being finished.
disassembling 
Whether it's in the process of being disassembled.
finished_items 
A list of weakrefs to finished items (not including items-in-items), used to move items around after they're complete and this object is qdeling.
items_to_place_in_result 
All items that want to place itself in the resulting item after the recipe is finished.
recipe 
Recipe this assembly is trying to make
step_states 
Associative list of whether the steps are finished or not
Proc Details
disassemble
Disassembles the assembly, either qdeling it if its in nullspace, or dumping all of its components on the ground and then qdeling it.
finished_step
Progresses the assembly to the next step and finishes it if made it through the last step.
set_recipe
Sets the recipe of this assembly aswell making the name and description matching.
try_dump_completed
If the assembly is completed, move the completed items to where they belong.