chem_master
Roughly 10 - 30s? Roughly 10 - 30s?
Vars | |
analyzed_reagent | Reagent being analyzed |
---|---|
beaker | Inserted reagent container |
default_container | Container used by default to reset to (REF) |
do_suggest_container | Whether to suggest container or not |
fill_icon | Icons for different percentages of buffer reagents |
has_container_suggestion | Whether the machine has an option to suggest container |
is_printing | Whether the machine is busy with printing containers |
printable_containers | List of printable container types |
printing_amount | The amount of containers printed in one cycle |
printing_progress | Number of printed containers in the current printing cycle for UI progress bar |
printing_speed | Default duration of printing cycle |
reagent_analysis_mode | Whether reagent analysis screen is active |
selected_container | Selected printable container type (REF) |
suggested_container | The container suggested by main reagent in the buffer |
transfer_mode | Whether separated reagents should be moved back to container or destroyed. |
Procs | |
check_reactions | Checks to see if the target reagent is being created (reacting) and if so prevents transfer Only prevents reactant from being moved so that people can still manlipulate input reagents |
create_containers | Create N selected containers with reagents from buffer split between them |
get_suggested_container | Retrieve REF to the best container for provided reagent |
replace_beaker | Insert new beaker and/or eject the inserted one |
transfer_reagent | Transfer reagents to specified target from the opposite source |
Var Details
analyzed_reagent
Reagent being analyzed
beaker
Inserted reagent container
default_container
Container used by default to reset to (REF)
do_suggest_container
Whether to suggest container or not
fill_icon
Icons for different percentages of buffer reagents
has_container_suggestion
Whether the machine has an option to suggest container
is_printing
Whether the machine is busy with printing containers
printable_containers
List of printable container types
printing_amount
The amount of containers printed in one cycle
printing_progress
Number of printed containers in the current printing cycle for UI progress bar
printing_speed
Default duration of printing cycle
reagent_analysis_mode
Whether reagent analysis screen is active
selected_container
Selected printable container type (REF)
suggested_container
The container suggested by main reagent in the buffer
transfer_mode
Whether separated reagents should be moved back to container or destroyed.
Proc Details
check_reactions
Checks to see if the target reagent is being created (reacting) and if so prevents transfer Only prevents reactant from being moved so that people can still manlipulate input reagents
create_containers
Create N selected containers with reagents from buffer split between them
get_suggested_container
Retrieve REF to the best container for provided reagent
replace_beaker
Insert new beaker and/or eject the inserted one
transfer_reagent
Transfer reagents to specified target from the opposite source