Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/matfab_part

///////////////////////////////////////////BASE CLASS BELOW Base material fabrication part

Vars

assignedWhat is currently assigned to this slot.
nameName of the material or component required.
optionalIf TRUE, slot does not have to be filled.
part_nameName of the part that this will be used for. Set in the recipes New proc.
required_amountHow much we need of this. also set in the recipe.

Procs

checkMatchDoes the object match our conditions?
clearClear 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.