airlock 
Vars | |
| accesses | A list of all granted accesses |
|---|---|
| holder | A holder of the electronics, in case of them working as an integrated part |
| one_access | If the airlock should require ALL or only ONE of the listed accesses |
| passed_cycle_id | what string are we passing to the finished airlock as the cycle ID |
| passed_name | what name are we passing to the finished airlock |
| shell | Whether this airlock can have an integrated circuit inside of it or not |
| unres_sensor | Checks to see if this airlock has an unrestricted helper (will set to TRUE if present). |
| unres_sides | Unrestricted sides, or sides of the airlock that will open regardless of access |
Procs | |
| create_copy | Create a copy of the electronics Arguments |
| do_action | shared by rcd & airlock electronics |
Var Details
accesses 
A list of all granted accesses
holder 
A holder of the electronics, in case of them working as an integrated part
one_access 
If the airlock should require ALL or only ONE of the listed accesses
passed_cycle_id 
what string are we passing to the finished airlock as the cycle ID
passed_name 
what name are we passing to the finished airlock
shell 
Whether this airlock can have an integrated circuit inside of it or not
unres_sensor 
Checks to see if this airlock has an unrestricted helper (will set to TRUE if present).
unres_sides 
Unrestricted sides, or sides of the airlock that will open regardless of access
Proc Details
create_copy
Create a copy of the electronics Arguments
- location- the location to create the new copy in
do_action
shared by rcd & airlock electronics