arrivals_skyrat 
Vars | |
| console | Our shuttle's control console |
|---|---|
| wait_time | How much time are we waiting before returning to interlink. Sets itself automatically from config file. 0 = no auto return |
| waiting | State variable. True when our shuttle is waiting before autoreturn |
Procs | |
| check_occupied | Checks if our shuttle is occupied by someone alive, and returns TRUE if it is, FALSE otherwise. |
Var Details
console 
Our shuttle's control console
wait_time 
How much time are we waiting before returning to interlink. Sets itself automatically from config file. 0 = no auto return
waiting 
State variable. True when our shuttle is waiting before autoreturn
Proc Details
check_occupied
Checks if our shuttle is occupied by someone alive, and returns TRUE if it is, FALSE otherwise.