experimental_cloner 
Computer which starts the experimental cloning process
Vars | |
| find_connections | Whether we should automatically try to connect to nearby machines |
|---|---|
| input | Scanner we save a test subject from |
| output | Pod we print someone into |
| stored_record | Our current stored cloning record |
Procs | |
| connect_nearby_machines | Find nearby associated machinery and link up |
| link_pod | Link up with a pod to print people |
| link_scanner | Link up with a scanner to scan people |
| on_scan_complete | Store the record made by scanning someone |
| unlink_pod | Release held references on deletion |
| unlink_scanner | Release held references on deletion |
Var Details
find_connections 
Whether we should automatically try to connect to nearby machines
input 
Scanner we save a test subject from
output 
Pod we print someone into
stored_record 
Our current stored cloning record
Proc Details
connect_nearby_machines
Find nearby associated machinery and link up
link_pod
Link up with a pod to print people
link_scanner
Link up with a scanner to scan people
on_scan_complete
Store the record made by scanning someone
unlink_pod
Release held references on deletion
unlink_scanner
Release held references on deletion