/datum/matfab_part

///////////////////////////////////////////BASE CLASS BELOW Base material fabrication part
Vars | |
assigned | What is currently assigned to this slot. |
---|---|
name | Name of the material or component required. |
optional | If TRUE, slot does not have to be filled. |
part_name | Name of the part that this will be used for. Set in the recipes New proc. |
required_amount | How much we need of this. also set in the recipe. |
Procs | |
checkMatch | Does the object match our conditions? |
clear | Clear all assigned items etc. Used to reset the recipe. |
Var Details
assigned

What is currently assigned to this slot.
name

Name of the material or component required.
optional

If TRUE, slot does not have to be filled.
part_name

Name of the part that this will be used for. Set in the recipes New proc.
required_amount

How much we need of this. also set in the recipe.
Proc Details
checkMatch
Does the object match our conditions?
clear
Clear all assigned items etc. Used to reset the recipe.