airlock  
| Vars | |
| attached_airlock | The shell, if it is an airlock. | 
|---|---|
| bolt | Bolts the airlock (if possible) | 
| bolted | Called when the airlock is bolted | 
| close | Closes the airlock (if possible) | 
| closed | Called when the airlock is closed | 
| is_bolted | Contains whether the airlock is bolted or not | 
| is_open | Contains whether the airlock is open or not | 
| open | Opens the airlock (if possible) | 
| opened | Called when the airlock is opened. | 
| unbolt | Unbolts the airlock (if possible) | 
| unbolted | Called when the airlock is unbolted | 
Var Details
attached_airlock  
The shell, if it is an airlock.
bolt  
Bolts the airlock (if possible)
bolted  
Called when the airlock is bolted
close  
Closes the airlock (if possible)
closed  
Called when the airlock is closed
is_bolted  
Contains whether the airlock is bolted or not
is_open  
Contains whether the airlock is open or not
open  
Opens the airlock (if possible)
opened  
Called when the airlock is opened.
unbolt  
Unbolts the airlock (if possible)
unbolted  
Called when the airlock is unbolted