airlock_controller
Vars | |
ext_button_link_id | Button ID for all exterior buttons to link to on LateInitialize() |
---|---|
ext_door_link_id | Airlock ID for all exterior doors to link to on LateInitialize() |
exterior_doors | All exterior doors to control. Soft-refs only. |
int_button_link_id | Vutton ID for all exterior buttons to link to on LateInitialize() |
int_door_link_id | Airlock ID for all interior doors to link to on LateInitialize() |
interior_doors | All interior doors to control. Soft-refs only. |
state | Current state (IDLE, PREPARE, DEPRESSURIZE, PRESSURIZE) |
target_state | Target state (MONE, INOPEN, OUTOPEN) |
vent_link_id | Vent ID for all vents to link to on LateInitialize() |
vents | All vents to control. Soft-refs only. |
Var Details
ext_button_link_id
Button ID for all exterior buttons to link to on LateInitialize()
ext_door_link_id
Airlock ID for all exterior doors to link to on LateInitialize()
exterior_doors
All exterior doors to control. Soft-refs only.
int_button_link_id
Vutton ID for all exterior buttons to link to on LateInitialize()
int_door_link_id
Airlock ID for all interior doors to link to on LateInitialize()
interior_doors
All interior doors to control. Soft-refs only.
state
Current state (IDLE, PREPARE, DEPRESSURIZE, PRESSURIZE)
target_state
Target state (MONE, INOPEN, OUTOPEN)
vent_link_id
Vent ID for all vents to link to on LateInitialize()
vents
All vents to control. Soft-refs only.