byond - Modules - TypesVar Details - Proc Details

factory

Vars

cooldown_timeTime in ticks that this machine takes to process one item
held_itemCurent item being processed
process_typeprocess type we will use to determine what step of the production process this machine will do
processiconstateIcon state displayed while something is being processed in the machine

Procs

finish_processOnce the timer for processing is over this resets the machine and spits out the new result

Var Details

cooldown_time

Time in ticks that this machine takes to process one item

held_item

Curent item being processed

process_type

process type we will use to determine what step of the production process this machine will do

processiconstate

Icon state displayed while something is being processed in the machine

Proc Details

finish_process

Once the timer for processing is over this resets the machine and spits out the new result